Extension 1-1: Manage Invoice Statuses
As an admin
When I visit an admin invoices index page
I see each of the invoices statuses
I also have the ability to manage all invoice statuses on the page at the same time.
I can change multiple statuses via a dropdown list or checkboxes.
When I click the update button, I see the changes reflected on the index page for each invoice I updated.
Extension 1-2: Sort Lists
As an admin, merchant, or visitor
On all pages that list all merchants, invoices, or items
I see a button to sort the list alphabetically, and I see a button to sort by most recent date.
When I click these buttons, the list is updated accordingly.
Implement a consistent look and feel throughout your site with reusable styles.
You could use a framework for this such as: Bootstrap
Or, you could create custom styles!
Extension 2-1: Filters
As an admin, I have the ability to see all items on the site
I can also filter the results of this page by any item attribute
What this could look like:
Search boxes for both name and description
Check boxes for merchant names
Greater than, less than, and equal to options for unit price
Greater than, less than, and equal to options for created at and updated at
Implement authentication and authorization for admins and/or merchant users.
Implement the functionality for visitors to start adding items to their cart.
Research Action Cable and implement chat functionality on the site.
Talk with your team to come up with a feature that could be implemented in this project. (Please get approval from your instructor before starting work.)