Skip to content

Commit

Permalink
added nfrs based on 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Dec 11, 2024
1 parent a3a545a commit 859c29e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/contribute/code-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ We use dependabot for dependency management; however, due to inconsistencies in
Generally speaking, we want to avoid in-line styling to allow for greater consistency and understandability. If you have concerns with what theme styling to use, check the theme figma.

## Internationalization
All Wild Me tools are intended for an international audience, so we want to provide translated versions. An active goal for 2024 is to get ensure that all product copy has been internationalized according to the following standard.
All Wild Me tools are intended for an international audience, so we want to provide translated versions. An active goal for 2025 is to get ensure that all product copy has been internationalized according to the following standard.

At present, Scout is not internationalized for any language.

## Performance is priority
Test with at least 10,000 objects. Preferred is 100,000. We are always working with large scale data.

## Reduce page view customization
To keep admin-restricted functionality clear, group functions in a different page or in an admin-section of the page.

## EXIF data handling
EXIF data is notoriously inconsistent between different cameras. Unless we want to provide an entire suite of EXIF management tools (we do not), we must make assumptions about the data coming in, prepare for those assumptions to be wrong, and fail gracefully. Any development focused on EXIF data management should catch exceptions for the following cases:
* data is missing
Expand Down

0 comments on commit 859c29e

Please sign in to comment.