Skip to content

Commit

Permalink
Merge branch 'development' into jerry_email_verification_admin_accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryren527 committed Jan 13, 2024
2 parents e93f61a + 0e0b411 commit 497800e
Show file tree
Hide file tree
Showing 78 changed files with 5,060 additions and 2,942 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://warlord0blog.wordpress.com/2019/09/04/vscode-crlf-vs-lf-battle/

text=lf
text=lf
*.css linguist-vendored eol=lf
*.scss linguist-vendored eol=lf
*.js linguist-vendored eol=lf
Expand Down
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ To test this backend PR you need to checkout the #XXX frontend PR.
## How to test:
1. check into current branch
2. do `npm install` and `...` to run this PR locally
3. log as admin user
4. go to dashboard→ Tasks→ task→…
5. verify function “A” (feel free to include screenshot here)
3. Clear site data/cache
4. log as admin user
5. go to dashboard→ Tasks→ task→…
6. verify function “A” (feel free to include screenshot here)

## Screenshots or videos of changes:

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/fermium
122 changes: 69 additions & 53 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"cron": "^1.8.2",
"dotenv": "^5.0.1",
"express": "^4.17.1",
"express-validator": "^7.0.1",
"googleapis": "^100.0.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
Expand Down
155 changes: 0 additions & 155 deletions src/controllers/REAL_TIME_timerController.js

This file was deleted.

Loading

0 comments on commit 497800e

Please sign in to comment.