Commit Graph

67 Commits

Author SHA1 Message Date
3110d315e6 added default activities 2023-07-22 11:22:06 +01:00
507f6c932b added default users 2023-07-22 11:20:24 +01:00
58eda6d1ea cleared db 2023-07-22 11:18:57 +01:00
e82adbe5e4 use port supplied to the program by tags 2023-07-22 11:11:20 +01:00
01b3b7b429 redundant variable 2023-07-22 11:04:02 +01:00
38f2f627a8 Tooltips shows if admin tries to get points 2023-07-22 11:03:28 +01:00
feef4c7800 Task buttons dont add points for admins 2023-07-22 11:01:36 +01:00
1d04006335 Stats card oh history screen 2023-07-22 10:58:14 +01:00
80e3d270c8 JS actually sends amount of points when completed 2023-07-22 10:57:52 +01:00
58b3dfe28a Did not update all SQL requests 2023-07-22 09:45:59 +01:00
758c87652c Adds points to user when action completed 2023-07-21 23:02:59 +01:00
0bdaac368c Finished route for getting user points 2023-07-21 22:53:32 +01:00
31913d0b94 Added route for getting the user points stats 2023-07-21 22:41:50 +01:00
fb9e3130e0 Rename types so they make sense 2023-07-21 22:40:16 +01:00
2aaa448331 Added points to the users table 2023-07-21 22:36:41 +01:00
fa8e4486f3 Added points to the users table 2023-07-21 22:33:14 +01:00
20da46a8d7 Added stat placeholder box 2023-07-21 22:27:42 +01:00
4a375149f6 Complete task javascript 2023-07-21 21:49:55 +01:00
b02dfc0dac Tooltip for the + Task button while it does nothing 2023-07-21 21:49:28 +01:00
3e77074bec Tooltip for the + Task button while it does nothing 2023-07-21 21:49:16 +01:00
bf8594a546 Scrolling of content when it overflows 2023-07-21 21:48:48 +01:00
19110e74b4 Bug fix: Login screen be scrolling 2023-07-21 18:57:17 +01:00
840d6e2ff5 Javascript not understanding how arrays work 2023-07-21 18:50:46 +01:00
6ad1e9aa5c Fixed error caused by canceling the SQL statement before it is used 2023-07-21 18:37:40 +01:00
5d2aba9caa Removed pointless error checking 2023-07-21 18:36:34 +01:00
d5cae327f3 Removed err check halting program 2023-07-21 18:26:53 +01:00
02b69b8cdf Updated history view api to return more human-readable data 2023-07-21 18:25:57 +01:00
8b1d66617f Basic task and history view 2023-07-21 18:09:02 +01:00
b26b0c01b0 Changed add to + for better readability on ios 2023-07-21 17:35:26 +01:00
f8b9b5407b Improved styling on buttons 2023-07-21 17:27:08 +01:00
31a96558bf More descriptive login screen 2023-07-21 17:26:38 +01:00
bba55bfc0e Custom item styling 2023-07-21 17:26:13 +01:00
cfb643832b Added the db to git 2023-07-21 17:25:19 +01:00
497c916d93 Removed the database from gitignore 2023-07-21 17:25:06 +01:00
8c07677a01 Display different buttons based on role 2023-07-21 15:45:12 +01:00
677ac0241d Basic screen switching 2023-07-21 15:33:45 +01:00
d014848e71 Updated packages 2023-07-21 15:06:52 +01:00
05d1952c84 Added release mode toggle 2023-07-21 15:06:29 +01:00
fae7507407 Added release mode toggle 2023-07-21 15:06:17 +01:00
f24dcae19f Started main page ui 2023-07-17 20:14:00 +01:00
3761fc1b1e Fixed sql error 2023-07-17 17:42:33 +01:00
b704db1ba1 Login page functionality 2023-07-17 17:42:12 +01:00
b3d846c6f4 Styled login ui 2023-07-17 17:10:16 +01:00
f5f19f6dd4 Basic frontend login ui 2023-07-17 16:52:39 +01:00
af171b3344 index.html 2023-07-16 19:46:52 +01:00
3b9df825cd Started frontend 2023-07-16 18:44:56 +01:00
eb62c78624 Started frontend 2023-07-16 18:43:58 +01:00
a85e63a327 addTask api route 2023-07-16 18:12:07 +01:00
f0b94fb491 getHistory api route 2023-07-16 17:54:02 +01:00
48ec7f91bc completeTask api route 2023-07-16 17:45:54 +01:00