Keeping records of my clay creations. Including type of creation, weight, percent shrinkage the status of firing.
🚀 Currently deployed version
🎨 an attempt at a Figma Design
Run the following commands in your terminal
npm install
npm run db
npm run devThe site should then be available on http://localhost:3000
As an admin user:
- I want to view a creation status log
- I want to view a creation and all it's details
- I want to view all my creations
- I want to update the status of a creation
- I want to edit a creation
- I want to add a new creation
- I want to add a note to a creation
- I want to add a new clay type
- I want to add a new creation shape
- I want to add a new glaze
As a friendly user:
- I want to be able to ...
| name | user | purpose |
|---|---|---|
| Sign In | * | View for user to enter their login credentials |
| Register | * | View for user to sign up |
| Home | * | View list of clay creations |
| Creation Details | * | View an existing creation, and when Admin all it's recorded details |
| Creation Log | Admin | View list of clay creations and their current status |
| Add/Edit Creation | Admin | Create new or edit an existing entry |