Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My kuku Milestone 10 : Eggs resource #33

Merged
merged 11 commits into from
Dec 12, 2024
Merged

Conversation

Nemwel-Boniface
Copy link
Owner

Will be updated promptly

  - Generated the eggs resources and run the migrations to update the schema file accordingly
  - Update the eggs model with associations, validations and an egg_size enum
  - Update the chicken model with the eggs association
  - Change some of the eg resource columns
  - Run the migrations to ensure that the schema file is updated
  - Update the routes making the eggs resource stand alone from the chicken poultry resource
  - Update the chickens controller to redirect to index view after creating a poultry
  - Update the egg model with additional enums and updated associations
  - Add the eggs link to the project Navbar
  - Created the eggs stylesheet with styling for the eggs index view cards
  - Add the index view for the eggs that shows the cards of the different typesof poultry and also allow users to create new egg
  - Add the create egg functionality
  - For both the poultry and the egg, I want to keep track of how much it costs for each to later use when working on the payments
  - Run the migrations to update the schema accordingly
  - Ensured that the user is correctly able to get the total stats of the prices of the poultry
  - Update to the index view changing its fundamentalview to only show aggregare stats for th e farmer
  - Ensure that the user can be able to edit the chicken records and add new records
  - Update to the poultry edit view allowing the user to add more poultry to the database
  - Add custom methods that help calculate the total prices of all the poultry
  - Egg index view to show stats about the princes of the eggs
  - Add the price input when creating an egg record
  - Update the egg model to handle to computations of this information as needed
@Nemwel-Boniface Nemwel-Boniface merged commit 00b6c72 into development Dec 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant