2022.03.23
Created a new template for generic MVC/CodeIgniter websites from another project.
- Mobile-friendly design
- Secure pages that default to login form, continue to page after successful login
- Conditional Login/Logout menu item
- IP Address filtering through Gnostech API service
Database design for shopping and meal planning:
- Markets: stores where you shop
- Market Sections: sortable locations inside the store
- Market Items: A thing in a Market Section that you purchase
- Dish: a complete meal you make
- Dish Market Item: a collections of things you need to make your meal
- Dish Tag: an arbitrary collection of attributes about the meal
NEXT UP:
- Rudimentary Account page
- Create/Edit family name
- Update Email address
- Update Password - consider phone authentication?
- Add family members?
- Design interface for populating the Meal Planning / shopping interface
- All Markets get a default Market Section entry
- Market Sections to be sortable
- Design Dish-creation interface
- Create/Edit/Delete the Dish
- Add, remove, sort Market Items for the dish
- Link / interface to create NEW Market Item when necessary, place them in a Market Location