Skip to content

Commit

Permalink
update little shop project
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulredd committed Feb 24, 2025
1 parent feb677c commit 37caed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module2/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The project specs will be linked below as each project is assigned.
- Week 1-2 (FE Solo): [Hang In There (FE)](./hang_in_there)
<!-- - Week 3 (Paired): TBA -->
- Week 3 (Paired): [Hang In There API](./hang_in_there_api/)
- Week 4-5 (Group): TBA
<!-- - Week 4-5 (Group): [Little Shop](./little_shop/) -->
<!-- - Week 4-5 (Group): TBA -->
- Week 4-5 (Group): [Little Shop](./little_shop/)
- Week 5-6 (Final Solo): TBA
<!-- - Week 5-6 (Final Solo): [Coupon Codes](./coupon-codes/) -->

Expand Down
2 changes: 1 addition & 1 deletion module2/projects/little_shop/back_end_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ system(cmd)
* run `Customer.last` to see the object: `#<Customer id: 1000, first_name: "Shawn", last_name: "Langworth", created_at: "2012-03-27 14:58:15", updated_at: "2012-03-27 14:58:15">`
* If this all checks out you should be good to go.

7. Use a tool like Postico to examine the 6 tables that were created. Pay careful attention to the merchants, items, invoices and customers table. It's a good idea to use a database visualizer like [DBDesigner](https://www.dbdesigner.net/) to create a visual schema for your team. Be mindful of the data types of each field:
7. Use a tool like Postico to examine the 6 tables that were created. Pay careful attention to the merchants, items, invoices and customers table. It's a good idea to use a database visualizer like [DBDiagram.io](https://dbdiagram.io/) to create a visual schema for your team. Be mindful of the data types of each field:
* merchants
* items
* customers
Expand Down

0 comments on commit 37caed8

Please sign in to comment.