Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DB to include Studies, Researcher Page, etc #11

Draft
wants to merge 25 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
633568f
Added tag system, needs input info and output location
ClaudioGSDB Nov 6, 2023
8643246
install requisites and switch to pnpm
ModeratelyGreek Nov 6, 2023
1cfe03c
refactor filter to its own component
ModeratelyGreek Nov 6, 2023
13c8881
begin replacing report with report browser
ModeratelyGreek Nov 6, 2023
92b353b
rename report browser AGAIN
ModeratelyGreek Nov 6, 2023
a806c77
rename study browser
ModeratelyGreek Nov 6, 2023
b008e55
Merge pull request #14 from 2E-arly/issue-2/Tagging-System
ClaudioGSDB Nov 7, 2023
1d08e0b
update home screen to respect deprecated input
ModeratelyGreek Nov 7, 2023
4222c2c
Merge https://github.com/2E-arly/emerald-code-sparks into feature/res…
ModeratelyGreek Nov 7, 2023
48f73d8
various organization to prepare for researcher frontend
ModeratelyGreek Nov 7, 2023
e9f06b0
routing shenanigans
ModeratelyGreek Nov 7, 2023
16ae6c8
fix style imports
ModeratelyGreek Nov 7, 2023
3769244
quick fix with index routing
ModeratelyGreek Nov 7, 2023
55f0102
remove navbar from home, make syntax consistent
ModeratelyGreek Nov 7, 2023
e0b2934
correct import/export on researcherlayout
ModeratelyGreek Nov 7, 2023
9f7441d
reorganize app with commentary on layout usage
ModeratelyGreek Nov 7, 2023
d321b9c
add applayout wrapper
ModeratelyGreek Nov 7, 2023
4ab3abf
remove redundant navbar now replaced by applayout component
ModeratelyGreek Nov 7, 2023
fcbc2a3
remove unused imports, cleanup
ModeratelyGreek Nov 7, 2023
ea8d464
add studies to database
ModeratelyGreek Nov 7, 2023
ed7eb3c
refactor tags, study card
ModeratelyGreek Nov 9, 2023
c44524b
Fix Import Error, 404 on /report persists
cpeddireddyy Nov 12, 2023
96e5088
Fixed Dashboard Routing
cpeddireddyy Nov 16, 2023
565304f
Researcher Dashboard Frontend
cpeddireddyy Nov 16, 2023
b8ad7cb
Merge branch 'feature/researcher-page' of https://github.com/2E-arly/…
ModeratelyGreek Nov 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@loadable/component": "^5.15.2",
"antd": "^4.24.8",
"axios": "^1.4.0",
Expand Down
Loading