Skip to content

Releases: SGAOperations/attendance-manager

v2.1.7

13 Apr 01:22
Immutable release. Only release title and notes can be modified.
af4b81b

Choose a tag to compare

Feature and Bug Improvements

  • Improve password reset to navigate to a new password reset page before actual reset

v2.1.6

12 Apr 17:58
Immutable release. Only release title and notes can be modified.
8b3c92b

Choose a tag to compare

Feature and Bug Improvements

  • Improve password reset to send email straight from our domain
  • Update packages for enhanced security
  • Small UI bug fixes

v2.1.5

06 Apr 15:59
Immutable release. Only release title and notes can be modified.
60d7f0f

Choose a tag to compare

Major Enhancements

  • Admin is now able to see voting results in progress
  • Voting results are only shown to standard users after the vote has been closed for at least one hour
  • Users can only vote if they are checked into the meeting, and can't vote again even if the page is reloaded

Feature and Bug Improvements

  • Added "Abstain" and "No Confidence" as mandatory options for secret ballot
  • Be able to edit a voting event while it is in progress
  • Show ongoing voting event on voting controls panel after page refresh
  • Fix voting popup modal for secret ballot

Code Improvements

  • Create soft delete for voting events

v2.1.4

02 Apr 01:44
Immutable release. Only release title and notes can be modified.
e16151e

Choose a tag to compare

Major Enhancements

  • Allow users to reset their passwords

Code Improvements

  • Establish tighter ESLint and Prettier rules
  • Update NextJS version for improved security

v2.1.3

29 Mar 22:17
Immutable release. Only release title and notes can be modified.
dc8747e

Choose a tag to compare

Major Enhancements

  • Implementation for both Secret Ballot and Roll Call Voting is complete
  • Soft delete for Meetings is now complete

Feature and Bug Improvements

  • 'View Details' button on Dashboard page leads to more specific information regarding meetings
  • Icon improvements using Lucide library

Code Improvements

  • API Documentation using Swagger
  • Dependabot allows for improved security

v2.1.2

22 Mar 04:52
Immutable release. Only release title and notes can be modified.
5f7bfdd

Choose a tag to compare

Major Enhancements

  • You can delete users on the Attendance Page now

Feature and Bug Improvements

  • You can add or remove users from a meeting after it's created
  • Home page now shows more specific details regarding meetings using the 'View Details' button

v2.1.1

10 Mar 03:14
Immutable release. Only release title and notes can be modified.
ce7c24d

Choose a tag to compare

Bug Fix

  • Fix bug to allow taking attendance to work properly

v2.1.0

27 Feb 15:05
Immutable release. Only release title and notes can be modified.
3b2bc8c

Choose a tag to compare

Major Enhancements

  • Voting Feature is merged!
  • Navigate to Home Page when clicking SGA Logo
  • Home Page shows next 3 weeks of Meetings instead of next 5 days
  • Add Loading Bar to Attendance Page

Feature and Bug Improvements

  • Update Remaining Absence Banner to have right number of absences left
  • Alphabetize users list by last name
  • Properly show enums such as E-Board and Member instead of EBOARD and MEMBER
  • Improve filtering Meeting for Upcoming and Past Meeting
  • Clear out Sign Up form after submission
  • Navigate to Login Page after Sign Up form submission
  • Fix Dashboard Calendar when navigating to a different moth

Code Improvements

  • Properly clean up database after test suites
  • Used proper icon library, lucide!

v2.0.4

17 Feb 21:57
Immutable release. Only release title and notes can be modified.
4b69696

Choose a tag to compare

Enhancements

  • Delete duplicate Notes section from Create Meeting and make Notes optional
  • Add search bar for usernames when adding users to meetings
  • Remove View Details buttons for meetings that do not have additional details

v2.0.3

07 Feb 19:06
Immutable release. Only release title and notes can be modified.
25f3d98

Choose a tag to compare

What's Changed

  • email verification goes to the same host, whether thats local or prod by @loganravin4 in #97
  • Environment detection for local vs prod with authentication by @loganravin4 in #98

Full Changelog: v2.0.2...v2.0.3