Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 1.8 KB

Change Log

v4.0.0

14 Feb, 2022
  • Made the code modular

v3.0.2

03 Aug, 2020
  • Fixed the function which reminds members individually to submit their reports

v3.0.1

02 Aug, 2020
  • Added the function which reminds members individually to submit their reports

v3.0.0

22 Jul, 2020
  • Full code rewrite using TypeScript

v2.3.1

12 Jun, 2020
  • Changed the value from set merge to update in the '0' document.

v2.3.0

02 Jun, 2020
  • Added the keyboard for OSL visit question.

v2.2.1

25 May, 2020
  • Fixed the group reminder function.

v2.2.0

23 May, 2020
  • Updated the Shuffle function so that source-reporter couple pairing doesn't occur!
  • Added the /name, /username and /usn bot commands.

v2.1.1

23 May, 2020
  • Fixed the dates updation in the dates array.

v2.1.0

22 May, 2020
  • Adding the /reports/:username endpoint.
  • Adding the /dates endpoint

v2.0.2

19 May, 2020
  • Sending the raw firebase date object instead of converting it into JS date object.

v2.0.1

18 May, 2020
  • Fixed the group reminder functionality.

v2.0.0

16 May, 2020
  • Added the node-telegram-bot-api.
  • Added the /report, /start and /help commands.
  • Added the individual and group reminder functionality.

v1.2.0

12 Apr, 2020
  • Made the shuffle function update the firestore members document.
  • Made the /info endpoint where the shuffled members and the timestamp was sent from the database.

v1.1.0

30 Mar, 2020
  • Adding the timestamp of the last updated shuffle.

v1.0.0

29 Mar, 2020
  • Added the Shuffle Function.
  • Added the setInterval() function to shuffle the members every Saturday.
  • Added the /info endpoint for sending the shuffled array.