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

feat: user and question history #60

Merged
merged 22 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
de92010
feat: update backend routes
tituschewxj Oct 30, 2024
fe78391
Merge branch 'staging' into titus/history-service
tituschewxj Nov 1, 2024
8eb66f4
feat: update frontend for question page
tituschewxj Nov 2, 2024
4a89600
feat: use codemirror editor
tituschewxj Nov 3, 2024
3b810cf
fix: add token expire check and comment out backend token check request
tituschewxj Nov 3, 2024
5484438
feat; update history service model
tituschewxj Nov 3, 2024
4297c31
feat: fetch from backend for a submission
tituschewxj Nov 3, 2024
3d66e85
fix: use historyDocRefId
tituschewxj Nov 3, 2024
259e462
feat: clickable row entries
tituschewxj Nov 3, 2024
657a29d
feat: modify create so that history is always created
tituschewxj Nov 3, 2024
1ae0f5b
feat: order by created at desc
tituschewxj Nov 3, 2024
a3bcb12
fix: swap matched user and user on frontend for specific submission
tituschewxj Nov 3, 2024
4015266
fix: backend history sorting
tituschewxj Nov 3, 2024
36d7b07
feat: implement pagination for histories on question page
tituschewxj Nov 3, 2024
fb89725
fix: heights of submission editor
tituschewxj Nov 3, 2024
a488d26
fix: disable editor
tituschewxj Nov 3, 2024
1d5a38d
fix: other user query
tituschewxj Nov 3, 2024
b1dd96c
feat: add history page
tituschewxj Nov 3, 2024
76ce6c7
fix: pagination
tituschewxj Nov 3, 2024
4c4ada9
feat: remove buttons in match found modal
tituschewxj Nov 3, 2024
d00edf0
feat: remove cancel button in match found modal
tituschewxj Nov 3, 2024
1bffd5c
Merge branch 'staging' into titus/history-service
tituschewxj Nov 4, 2024
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 apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@codemirror/state": "^6.4.1",
"antd": "^5.20.6",
"codemirror": "^6.0.1",
"jwt-decode": "^4.0.0",
"next": "14.2.13",
"peerjs": "^1.5.4",
"react": "^18.2.0",
Expand Down
Loading
Loading