Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkohei13 committed Jul 23, 2024
1 parent ec1f36a commit 224df10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Note that in order to create MariaDB database on Rahti, PHPMyAdmin data dump doe
- Make it faster than API calls (nearly instantaneous)
- Allow more flexibility, e.g. having only few higher taxa in addition to species
- The UI prevents setting dates that are outside the challenge dates, and dates in the future. This relies on min & max attributes on the date field and browser validation and error messages, and has limitations based on browser.
- TODO: If a challenge for 2025 is published in 2024, users have to clear dates which they might have added by clicking the species name (i.e. dates that are in 2024). Better solution would be to edit the Javascript so that it wont add today's date if it's outside the allowed range.
- When challenge is in draft or closed state, editing it still needs to be possible, e.g. to anonymize or trash it. Therefore only editing species list is disabled by setting the date fields disabled, and not enabling Javascript to change them either.

#### Future: To have a new challenge type, you would need to:
Expand Down Expand Up @@ -104,6 +103,8 @@ Note that in order to create MariaDB database on Rahti, PHPMyAdmin data dump doe
- Accessibility
- Challenge sort order (int) for the front page - larger number shown on top
- Later / nice:
- Show challenge days also on participation form (in case challenge is open, but challenge period has not yet started)
- If today is not within date begin and end, don't update taxon datw by clicking taxon name (now updates, but browser validation then prevents saving)
- Move login_url, api_url, target id yms. konfiguraatiotiedostoon
- Own data dump download
- Admin ability to edit any participations
Expand Down

0 comments on commit 224df10

Please sign in to comment.