Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

1.0.0-development.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Clumsy-Coder Clumsy-Coder released this 31 Dec 23:10
· 206 commits to development since this release

1.0.0-development.2 (2023-12-31)

✨ Features

  • api:poll: process submissions from endpoint /api/poll/[pollId] (ad53d2e)
  • api: add api endpoint /api/poll (c60046b)
  • api: add endpoint /api/problems/:problemNum (62ce762)
  • api: add endpoint /api/problems (e65ce18)
  • api: add some basic checks for endpoint /api/problems/:problemNum (94049cc)
  • components: add Navbar component (27c1b8f)
  • components: add component LiveSubmissionTable (0278c98)
  • hooks: add react-query hook to fetch live submissions (19f0d72)
  • page:home: add Skeleton when fetching data (dd8b5b4)
  • page:home: fetch live submissions and display it (1d67137)