Add species classifications to the bird watching app.
Base
Refactor the Bird Watcher app so that when a user creates a note they can select from a list which species of bird they have observed. You will need material from 3.5.5: Rendering One-To-Many Forms to do this.
Species Table
column name
data type
description
example
id
SERIAL PRIMARY KEY
ID
1
name
TEXT
Name of species
Northern Pintail
scientific_name
TEXT
Scientific name of species
Anas acuta
Species Seed Data
Here are some species we can add to the DB to start.