Skip to content

Latest commit

 

History

History
252 lines (145 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

252 lines (145 loc) · 10.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.4 (2021-05-17)

1.5.3 (2021-05-06)

1.5.2 (2021-04-21)

1.5.1 (2020-11-11)

1.5.0 (2020-11-10)

Features

1.4.1 (2020-11-09)

Bug Fixes

1.4.0 (2020-10-09)

Features

  • adds bulk delete options (b62163f)
  • filters schedule by start date (91391f4)

1.3.0 (2020-10-09)

Features

  • adds google analytivs (bbc6eba)
  • improves login page clarity (53f0f1c)

Bug Fixes

  • corrects the export format for a single registration (a3b7e39)

1.2.0 (2020-10-08)

Features

  • adds CSV import and export
  • adds csv filename to csv response (194876c)
  • adds strict csv output (e95c1d5)

Bug Fixes

  • added fields needed to edit registrations (5cb869d)
  • footer image aspect ratio (d5c0888)
  • prevents blank _id from posting (7405cdf)
  • prevents blank _id from posting 2 (9e991bb)
  • table fade in and out when loading (d998ef8)

1.1.1 (2020-09-23)

Bug Fixes

  • adjust fade in and out of admin page table (4cb02ad)

1.1.0 (2020-09-23)

Features

  • adds api POST, PUT, updates view cap (923d437)
  • adds delete apis (11e7521)
  • limits api access to high access levels (1e19caa)

Bug Fixes

  • minior code cleanup (932d60c)
  • update print windows layout and info (5836576)
  • update transcript status to statusName (31808ab)

1.0.0 (2020-09-14)

  • First major release
  • The application is now ready for beta users

This version of the application meets all of the design requirements for a production rollout:

Iteration 1 Deliverables

  • Complete - A registered member can login to the site using information which he/she already knows
  • Complete - A registered member can view available transcript data on a desktop or mobile device
  • Complete - A registered member can print past transcript data in a format resembling that of a university transcript

Iteration 2 Deliverables

  • Skipped. MongoDB.com and Compass will be used to manage data in the immediate term.

Iteration 3 Deliverables

  • Complete - A registered user can view courses they are signed up for
  • Complete - A registered user can see times, physical, and online meeting places for courses they are signed up for

0.0.23 (2020-09-14)

Bug Fixes

  • fixes admin link to show for >= 10 access, 2 (3513050)

0.0.22 (2020-09-14)

Bug Fixes

  • fixes admin link to show for >= 10 access (30afcad)

0.0.21 (2020-09-14)

Bug Fixes

  • fixes typo in schedule view name (e0be30f)

0.0.20 (2020-09-14)

Features

  • add capabilities (9ee4ac8)
  • adds capabilities check to function (0175c13)
  • adds council and role to profile output (55601e8)
  • adds data/council module (79ac29b)
  • adds index to members, registrations (edfbfb4)
  • adds member modelhelper and api permissions (2e298de)
  • adds virtuals and capabilities to models (01cae7a)
  • filters by earliest date (5155439)

Bug Fixes

  • adds logging and corrects modelhelper logic (20097c9)
  • adds missing ; (6f0ed60)
  • adds new virtuals to exportObject (9401336)
  • adds user data api for popups (7bf2678)
  • changes Module to module (97d2bcb)
  • hides non-functional edit buttons (4f31463)
  • member api fixes (a9bffbe)
  • updates serialization of members into user data (838fac4)
  • upgrades bl CVE-2020-8244 (87f56c7)

0.0.19 (2020-08-27)

Features

  • adds docker container support (1adab92)

0.0.18 (2020-08-23)

  • renamed print function to avoid conflict with browser built-in

0.0.17 (2020-08-08)

  • created a print window for the schedule page
  • adjusted the transcript print page
  • corrected a filtering issue where the git request would return all schedule records instead of just the logged in member's records

0.0.16 (2020-08-08)

  • header, footer, and index page cleanup

0.0.15 (2020-08-02)

  • adds csv middleware back in

0.0.14 (2020-08-02)

  • copies email address to clipboard
  • fixes hover

0.0.13 (2020-08-02)

  • adds home page content
  • minor visual cleanup

0.0.12 (2020-07-27)

  • adds home page button to login page

0.0.11 (2020-07-27)

  • css updates
  • adds placeholders for editing and deleting transcript/schedule records

0.0.10 (2020-07-25)

  • npm audit fix

0.0.9 (2020-07-25)

  • print window is now a dedicated ejs page

0.0.8 (2020-06-18)

  • update transcript page has been updated with additional profile information
  • added a how-to guide via popup from a tooltip
  • remove the Download PDF option
  • re-add Print to PDF option

0.0.7 (2020-06-13)

  • remove print PDF option
  • add download PDF option
  • improve formatting

0.0.6 (2020-06-12)

  • improvements to the visual appearance of the app
  • export as CSV and print button

0.0.5 (2020-06-10)

  • further improve visual appearance
  • login with memberID and lastName

0.0.4 (2020-06-09)

  • BREAKING CHANGE: removed the TranscriptEntries models
  • added members and registrations models
  • report user data via. api
  • added csv and pdf buttons to transcript
  • updated the logo and templates

0.0.3 (2020-06-09)

  • correct SESSION_SECRET object name

0.0.2 (2020-06-09)

  • add api to retrieve transcripts for all users
  • add csv export of transcripts via. api
  • authenticate any user attempting login
  • wrap api in login

0.0.1 (2020-06-08)

  • initial version