Skip to content

Commit

Permalink
feat: ✨ dashboard page (#123)
Browse files Browse the repository at this point in the history
* 🐛 fix: update sorting on updated time (#121)

* 🐛 fix: update sorting on updated time

* ⚰️ chore: remove yarn.lock

* 💄 style: uipdate profile ui

* ⚰️ chore: update stdout

* ✨ feat: add a dashboard page (#122)

* ✨ feat: add a dashboard page

* 🐛 fix: remove old code

* 🐛 fix: add response checks

* refactor: ♻️ dashboard link in nav directs to /dashboard

* refactor: ♻️ update variables for GET /dashboard api

---------

Co-authored-by: slugb0t <wheresdorian@gmail.com>

* refactor: ♻️ update version number before merge

---------

Co-authored-by: Sanjay Soundarajan <sanjay.16@live.com>
Co-authored-by: Sanjay Soundarajan <ssoundarajan@calmi2.org>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 696fe3b commit 79afe73
Showing 17 changed files with 827 additions and 439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
@@ -227,4 +227,4 @@ jobs:

- run: yarn prisma:generate

- run: yarn prisma:migrate:deploy
- run: yarn prisma:migrate:deploy > /dev/null
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -227,4 +227,4 @@ jobs:

- run: yarn prisma:generate

- run: yarn prisma:migrate:deploy
- run: yarn prisma:migrate:deploy > /dev/null
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Update CI and deployment workflows to include new environment variables 'BOT_LOGWATCH_URL' and 'VALIDATOR_URL'.
- Patch to Zenodo workflow that was causing the user to be notified of a failed Zenodo upload when the upload was successful.
- Fix issue with the metadata validation endpoint that was causing the service to return a 405 error.

## v3.2.0 - 12-10-2024

2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -33,4 +33,4 @@ keywords:
license: MIT
repository-code: https://github.com/fairdataihub/codefair-app
date-released: '2024-12-11'
version: 3.2.0
version: 3.2.1
Loading

0 comments on commit 79afe73

Please sign in to comment.