Compare commits
3 Commits
5bd5237bfa
...
46cc0237ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
46cc0237ce
|
|||
|
3506af77bf
|
|||
|
647e02d28e
|
3
.gitignore
vendored
3
.gitignore
vendored
@@ -126,7 +126,6 @@ dist
|
|||||||
|
|
||||||
# vuepress v2.x temp and cache directory
|
# vuepress v2.x temp and cache directory
|
||||||
.temp
|
.temp
|
||||||
.cache
|
|
||||||
|
|
||||||
# Docusaurus cache and generated files
|
# Docusaurus cache and generated files
|
||||||
.docusaurus
|
.docusaurus
|
||||||
@@ -155,5 +154,7 @@ dist
|
|||||||
|
|
||||||
# custom
|
# custom
|
||||||
|
|
||||||
|
database/data.db
|
||||||
|
|
||||||
#
|
#
|
||||||
.idea
|
.idea
|
||||||
13
README.md
13
README.md
@@ -1,11 +1,8 @@
|
|||||||
# GiacPoints
|
# GiacPoints
|
||||||
|
|
||||||
A system for keeping track of house chores completed and attributing points to the activities.
|
A system for keeping track of house chores completed and attributing points to the activities.
|
||||||
|
# Installation
|
||||||
# Functionality
|
`Note: Linux only`
|
||||||
|
1. Clone this repo
|
||||||
Webpage - Login, add chores/activities (admin), tick of chores (user), log of completed chores (all)
|
2. rename `database/example.db` to `database/data.db`
|
||||||
|
3. Execute `main`
|
||||||
API layer - /loginUser, /getTasks, /completeTask, /getHistory?filter, /addTask
|
|
||||||
|
|
||||||
Backend - DB, user (name password userid role), activities (taskid name points), history (userid taskid time pointsGained)
|
|
||||||
Reference in New Issue
Block a user