Rename to PaperBag, and updated readme

master
Eirik Th S 2021-06-12 21:12:50 +02:00
parent 50617de3e8
commit 64a0f04012
6 changed files with 17 additions and 16 deletions

View File

@ -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
+ Predefined grocery-lists
+ Build review-page

View File

@ -2,13 +2,13 @@
<html lang="en">
<head>
<?=getHtmlHeaders();?>
<title>Grocery Assist</title>
<title>PaperBag - Plan & Execute Your Shopping</title>
</head>
<body id="home">
<?php include 'webdata/navbar.php'; ?>
<h1 class="headline text-center">Grocery Assist</h1>
<h1 class="headline text-center">PaperBag</h1>
<div class="container-sm" style="padding-top: 5px;">
<div class="card-group" style="text-align: center;">

View File

@ -51,7 +51,7 @@ if(isset($_POST) && !empty($_POST)){
<html lang="en">
<head>
<?=getHtmlHeaders();?>
<title>Login - Grocery Assist</title>
<title>Login - PaperBag</title>
</head>
<body id='plan'>
<?php include 'webdata/navbar.php'; ?>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<?=getHtmlHeaders($rPath);?>
<title>Plan - Grocery Assist</title>
<title>Plan - PaperBag - Plan Your Shopping</title>
</head>
<body id='plan'>
<?php include $rPath.'webdata/navbar.php'; ?>

View File

@ -65,7 +65,7 @@ if(isset($_POST) && !empty($_POST)) {
<html lang="en">
<head>
<?=getHtmlHeaders();?>
<title>Register - Grocery Assist</title>
<title>Register - PaperBag</title>
</head>
<body id='plan'>
<?php include 'webdata/navbar.php'; ?>

View File

@ -5,7 +5,7 @@ if($activePage == "/index.php"){ $activePage = "/"; }
?><nav class="navbar navbar-expand-sm navbar-light bg-light" style="z-index: 2;">
<div class="container-fluid" style="max-width: 900px;">
<a class="navbar-brand" href="<?=$projectRoot;?>/"><img src='#' style="height: 24px;" alt='Groceries' /></a>
<a class="navbar-brand" href="<?=$projectRoot;?>/"><img src='#' style="height: 24px;" alt='PaperBag' /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">