LaurineDaSilva / ornis

Bird identification application. Main project for CDA title
1 stars 0 forks source link

US: As an admin, I want to be able to add a bird so that if a new species becomes common in France the app can remain up to date #81

Closed LaurineDaSilva closed 8 months ago

LaurineDaSilva commented 11 months ago

Bird creation page

Form labels and constraints

Example

Acceptance criteria

GIVEN any required field left empty

GIVEN any input that should be unique already exists

GIVEN all the inputs are valid

LaurineDaSilva commented 11 months ago

Bird species code must be automatically generated with concatenation. Do it backend.

LaurineDaSilva commented 11 months ago

Later make an API call to the wikipedia API to fill the description out automatically.