diff --git a/README.md b/README.md index 820e90b..44a301b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ -# GroceryAssist +# PaperBag - Plan & Execute Your Shopping -## Features: (Currently) -+ Digital grocery-lists -+ Plan lists for different stores (lists) -+ Group your lists in spaces, so you can plan shopping-trips more efficiently -+ Share the spaces with friends or family -+ Spaces you can share (WIP) +[PaperBag](https://paperbag.svagard.no) is an open source webapp that will help you plan, execute and review (coming soon) your shopping-trips. + +- [x] Digital grocery-lists +- [x] Plan lists for different stores +- [x] Group your lists in spaces, so you can plan shopping-trips more efficiently +- [x] Share the spaces with friends and/or family +- [ ] Review your completed shopping-trips -## Ideas / Todo: -+ Complete item-amount-implementation +## Ideas / Todo: + Total-price for all the space items + Remember me (stay logged in) -+ Predefined grocery-lists \ No newline at end of file ++ Predefined grocery-lists ++ Build review-page diff --git a/www/index.php b/www/index.php index 7064197..82195c7 100644 --- a/www/index.php +++ b/www/index.php @@ -2,13 +2,13 @@ - Grocery Assist + PaperBag - Plan & Execute Your Shopping -

Grocery Assist

+

PaperBag

diff --git a/www/login.php b/www/login.php index d9b4460..99077ef 100644 --- a/www/login.php +++ b/www/login.php @@ -51,7 +51,7 @@ if(isset($_POST) && !empty($_POST)){ - Login - Grocery Assist + Login - PaperBag diff --git a/www/plan/index.php b/www/plan/index.php index 00a559e..6c3800b 100644 --- a/www/plan/index.php +++ b/www/plan/index.php @@ -2,7 +2,7 @@ - Plan - Grocery Assist + Plan - PaperBag - Plan Your Shopping diff --git a/www/register.php b/www/register.php index 322c710..03c5e3e 100644 --- a/www/register.php +++ b/www/register.php @@ -65,7 +65,7 @@ if(isset($_POST) && !empty($_POST)) { - Register - Grocery Assist + Register - PaperBag diff --git a/www/webdata/navbar.php b/www/webdata/navbar.php index beab540..9cd07bd 100644 --- a/www/webdata/navbar.php +++ b/www/webdata/navbar.php @@ -5,7 +5,7 @@ if($activePage == "/index.php"){ $activePage = "/"; } ?>