Commit Graph

73 Commits

Author SHA1 Message Date
485c900160 Merge branch '9-remove-default-t3-readme' into 'main'
Replace t3 generated readme with basic readme

Closes #9

See merge request finvis/finvis!24
2023-11-09 21:33:50 -05:00
b29879c11f Replace t3 generated readme with basic readme 2023-11-09 20:55:10 -05:00
0234846521 Merge branch '20-create-dockerfile' into 'main'
Create Dockerfile

Closes #20

See merge request finvis/finvis!17
2023-10-31 17:30:22 -04:00
fdd0a294ff Merge branch 'main' into 20-create-dockerfile 2023-10-31 17:27:59 -04:00
0dbb9bdc47 Merge branch '27-fix-build-issues' into 'main'
Fix build issues

Closes #27

See merge request finvis/finvis!18
2023-10-31 16:27:42 -04:00
ccd6dbdd81 Don't run lint when building 2023-10-31 11:03:25 -04:00
2fd018911e Fix MongoDB user lookup
Wait for query to complete
Only query for a single entry
Don't make extra query to return fetched user
2023-10-31 11:02:07 -04:00
4a66aa87f3 Import UserModel instead of using context 2023-10-31 10:58:15 -04:00
48e3832624 Enable output file tracing
This reduces Docker image size drastically by including exactly what is needed
2023-10-31 10:48:46 -04:00
39a28844dd Add Dockerfile 2023-10-31 10:41:10 -04:00
338694767a Add Docker ignore file 2023-10-31 10:41:03 -04:00
acaf711e10 Merge branch '25-add-build-ci-step' into 'main'
Add build CI step

Closes #25

See merge request finvis/finvis!16
2023-10-27 09:57:12 -04:00
722343e754 Don't validate environment variables for CI build 2023-10-27 09:24:13 -04:00
8c2870e5b0 Combine build and lint into single stage 2023-10-27 09:16:56 -04:00
360cd91f2b Add build CI stage 2023-10-27 09:08:56 -04:00
d9400e0cd2 Merge branch '15-create-initial-home-page' into 'main'
Resolve "create-initial-home-page"

Closes #15

See merge request finvis/finvis!14
2023-10-17 17:20:33 -04:00
854d245465 Merge branch 'main' into 15-create-initial-home-page 2023-10-17 17:20:02 -04:00
9386194954 Attempt to fix bad Git LFS change 2023-10-17 17:05:16 -04:00
cbe635325b Merge branch '13-database-setup' into 'main'
Setup dbconnect function and created user model

Closes #13

See merge request finvis/finvis!11
2023-10-17 16:47:30 -04:00
7618faae16 Merge branch 'main' into 13-database-setup 2023-10-17 16:46:07 -04:00
9b3feef002 added name to api key
modified:   src/models/users.ts
2023-10-17 16:36:17 -04:00
9a9a1ee7aa finished initial home page 2023-10-14 14:27:30 -04:00
241263ccb6 fixed sidebar 2023-10-14 11:22:23 -04:00
ced638d12e pulled from main 2023-10-13 23:36:27 -04:00
79bd6f3bdc progress made on initial home page 2023-10-13 17:24:36 -04:00
89aae4a6ed Merge branch '17-update-favicon-and-track-with-lfs' into 'main'
Resolve "Update favicon and track with lfs"

Closes #17

See merge request finvis/finvis!13
2023-10-13 17:14:40 -04:00
0b0d3e3a31 Fix 10 linting errors 2023-10-13 16:55:21 -04:00
6c028d8e22 Update favicon and track it with lfs 2023-10-13 16:29:39 -04:00
00b7b108ea Merge branch '14-add-logos-and-project-name' into 'main'
Add finvis logo and name to login/signup and sidebar

See merge request finvis/finvis!9
2023-10-13 16:05:32 -04:00
49d1a1b562 created and open using new env var in dotenv file
modified:   .env.example
	modified:   package-lock.json
	modified:   package.json
	modified:   src/clients/mongoose.ts
2023-10-13 14:58:28 -04:00
de70fbb859 installed framer motion 2023-10-12 22:11:06 -04:00
76512926ff some small changes
modified:   src/clients/mongoose.ts
	new file:   src/models/users.ts
2023-10-11 15:43:43 -04:00
666b144d9e Merge branch '10-create-trpc-routers-for-login' into 'main'
Create tRPC Routers for Login

See merge request finvis/finvis!10
2023-10-11 13:48:10 -04:00
3497117658 Merge branch '4-add-license' into 'main'
Add GNU GPL 3 license

Closes #4

See merge request finvis/finvis!2
2023-10-10 17:43:21 -04:00
612b4d2ada bug fixes 2023-10-10 17:42:48 -04:00
f9b2492dbe bug fixes 2023-10-10 17:42:20 -04:00
3a9c34fd83 Merge branch '10-create-trpc-routers-for-login' of http://gitlab.mregirouard.com/finvis/finvis into 10-create-trpc-routers-for-login 2023-10-10 17:29:26 -04:00
7ceeef1f46 Login router and database connection to context 2023-10-10 17:28:39 -04:00
1b8a539873 moved mongoose connection to mongoose.ts, and made usermodel in models file 2023-10-10 17:22:19 -04:00
6bb296fd49 Add logo and name to signup page and update css for it 2023-10-10 17:19:34 -04:00
6e0e08d86e Add logo and name to login page and update css for it 2023-10-10 17:19:10 -04:00
64721cee29 Add logo and name to sidebar and update css for it 2023-10-10 17:18:40 -04:00
4d372c6193 Add finvis logo to public folder
Track file with lfs
2023-10-10 17:17:01 -04:00
206a4e93b1 Remove redundant user schema 2023-10-10 16:26:16 -04:00
aac3324c2f Create basic structure for user info schema to store in MongoDB 2023-10-10 16:10:02 -04:00
c2e9aa1867 Merge branch '7-Add_Login_and_Signup_Pages' into 'main'
Resolve "Add Login and Signup pages"

Closes #7

See merge request finvis/finvis!6
2023-10-07 20:39:59 -04:00
9ff4b00ab6 Run automatic linter fixes
Leaving some lint errors in place for now
2023-10-07 20:35:35 -04:00
9c66e0026e Merge branch 'main' into 7-Add_Login_and_Signup_Pages 2023-10-07 20:24:56 -04:00
11d0ff38d9 Integrated skeleton of login router with mongoose 2023-10-06 22:25:01 -04:00
9dc3786739 Install bcrypt 2023-10-06 22:24:30 -04:00