-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
=title Repeated shopping list | ||
=timestamp 2024-04-02T13:30:01 | ||
=indexes projects | ||
=status show | ||
=author szabgab | ||
=archive 1 | ||
=comments_disqus_enable 0 | ||
=show_related 1 | ||
|
||
|
||
A shopping list application for buying in a Supermarket where we often buy the same items. | ||
|
||
In this system we will have a "master list" where we only have the types of items. Each item can be either without the amount or with the range of amounts based on our past purchases. | ||
|
||
When the user wants to start a new purchase s/he can do so either from an empty list, from the list of all the items in the master list or a list from a previous purchase. | ||
|
||
The user can add new items to the current list. These items are also automatically added to the "master list". | ||
|
||
The user can change the amount of each item in the current list. The user can also remove items from the current list. | ||
|
||
The user can also direct add/remove items in the "master list". | ||
|
||
There can can be other users in the system who can suggest items to the current list. (e.g. the kids want to get sweets). The main person will see who suggested each iterm. | ||
|
||
|