Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Releases: SELab-2/OSOC-3

Milestone 3 - v3.0.1

22 May 19:47
b70c7d6
Compare
Choose a tag to compare

Fix typo in the frontend

Update the sysadmin guide

Milestone 3

22 May 17:45
8a6324f
Compare
Choose a tag to compare

Progress for the third and final milestone.

Backend

  • Websockets
  • GitHub OAuth
  • Asynchronous database interaction
  • Cascades
  • Re-writing of read-only editions
  • Squash migrations
  • Route to fetch a student's webhook answers
  • Fix redirects
  • Fixed checking of permissions when accessing certain routes
  • More advanced parsing of webhooks in backend

Frontend

  • Websockets
  • GitHub OAuth
  • TOASTS
  • /students pages
  • /projects pages
  • Linkin students to projects
  • Infinite scrolling
  • Refresh tokens
  • Hiding routes for read-only editions
  • Common components to keep frontend style more consistent
  • Re-styling of all pages
  • Interceptor to auto-redirect 404 and 403 requests
  • Hide some components in the Navbar for coaches

CI/CD

  • Dependabot
  • Codecov

Milestone 2 - v2.0.1

28 Apr 19:39
cd54783
Compare
Choose a tag to compare

Hotfix: logout didn't clear localStorage tokens anymore

Milestone 2

28 Apr 19:18
a055d7f
Compare
Choose a tag to compare

Progress for the second milestone.

Backend

  • /Students API
  • Various bugfixes
  • Small rewrites

Frontend

  • Editions pages
  • Projects pages
  • Users pages
  • Auth rewrite

Milestone 1

24 Mar 19:51
5777d68
Compare
Choose a tag to compare

Progress for the first milestone.

Backend is almost done (a few small issues remain).

Backend:

  • API
  • Authorization
  • Database interaction

Frontend:

  • Basic auth flow
  • Only log in & register