Skip to content

Commit

Permalink
project idea
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Apr 2, 2024
1 parent 9f1ef2a commit 2cce25a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/en/pages/exercises.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ but these exercises can be solved in almost any other programming language.
<li><a href="/url-shortener">URL Shortener</a></li>
<li><a href="/todo">TODO list</a></li>
<li><a href="/shopping-list">Shopping list</a></li>
<li><a href="/repeated-shopping-list">Repeated shopping list</a></li>
<li><a href="/flight-ticket-vendor">Flight ticket vendor</a></li>
<li><a href="/microblog">Microblog</a></li>
<li><a href="/static-site-generator">SSG - Static Site Generator</a></li>
Expand Down
25 changes: 25 additions & 0 deletions sites/en/pages/repeated-shopping-list.txt
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.


0 comments on commit 2cce25a

Please sign in to comment.