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) [PaperBag](https://paperbag.svagard.no) is an open source webapp that will help you plan, execute and review (coming soon) your shopping-trips.
+ Digital grocery-lists
+ Plan lists for different stores (lists) - [x] Digital grocery-lists
+ Group your lists in spaces, so you can plan shopping-trips more efficiently - [x] Plan lists for different stores
+ Share the spaces with friends or family - [x] Group your lists in spaces, so you can plan shopping-trips more efficiently
+ Spaces you can share (WIP) - [x] Share the spaces with friends and/or family
- [ ] Review your completed shopping-trips
## Ideas / Todo: ## Ideas / Todo:
+ Complete item-amount-implementation
+ Total-price for all the space items + Total-price for all the space items
+ Remember me (stay logged in) + Remember me (stay logged in)
+ Predefined grocery-lists + Predefined grocery-lists
+ Build review-page

View File

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

View File

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

View File

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

View File

@ -65,7 +65,7 @@ if(isset($_POST) && !empty($_POST)) {
<html lang="en"> <html lang="en">
<head> <head>
<?=getHtmlHeaders();?> <?=getHtmlHeaders();?>
<title>Register - Grocery Assist</title> <title>Register - PaperBag</title>
</head> </head>
<body id='plan'> <body id='plan'>
<?php include 'webdata/navbar.php'; ?> <?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;"> ?><nav class="navbar navbar-expand-sm navbar-light bg-light" style="z-index: 2;">
<div class="container-fluid" style="max-width: 900px;"> <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" <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"> aria-label="Toggle navigation">