Skip to content

Releases: thechutrain/rc-coffee-chats

Removing Fallback user

12 Aug 01:18
fd681a2
Compare
Choose a tag to compare

Major Change: removes fallback user!

  • previously, if there is was an odd number of users who wanted to be paired on a given day, a random user would get paired with the designated fallback user.
  • Now, the odd person out (unmatched user) gets added to the last match
  • removed references to fallbackuser and removed setter/getter fn in the config table
  • code clean up of actionHandler: explicit Promise syntax --> async fn with implicit returned promise
    some type.ts clean up

Updated Lodash

10 Aug 19:48
Compare
Choose a tag to compare
2.1.3

updated lodash

Updated Types

19 Jun 02:21
Compare
Choose a tag to compare

Simple code refactor where Type definitions are now separated into files within the types/ dir

Added bot users

22 May 19:22
0148c31
Compare
Choose a tag to compare

Added

fixes #73 - adds feature that shows the number of active users of chat bot

Maintainer improvements!

12 May 15:54
2431b5a
Compare
Choose a tag to compare

see Changelog

Issues:

Fixes #68 -- deactivate short hand
Fixes #63 -- validate zulip token
Fixes #61 -- logs users who skipped
Fixes #49 -- notify maintainer when crons are sent
Fixes #6 -- opens coffeechat in a group
Fixes #51 -- create a changelog

Recording Prevmatches

26 Apr 22:58
0dead07
Compare
Choose a tag to compare

More Patches!

Issues:

fixes issues related to matches not being recorded

  • fixes #39 - users were being matched with previous matches since recent matches were not being recorded in the database
  • fixes #33 - fixes show previous not showing previous matches, similar problem to #39
  • fixes #40 (bug that was introduced in a feature request with #34)

Deactivation handling

25 Apr 00:12
db0f1a6
Compare
Choose a tag to compare

BUGS:
Fixes #35 #19

FEATURES:
Fixes #34

New Changes:

Fully handles the ability for users to deactivate their accounts.

isRegistered() middleware now also checks for whether the user is activated or not

Clarifying Skipping

23 Apr 22:00
Compare
Choose a tag to compare

Issues:
fixes #30 #28

Features:
(code refactor) fixes #18 -- makes it easier to add some custom commands, like cancel next match

Bug fixes

23 Apr 18:43
Compare
Choose a tag to compare

Bugs:

  • fixes #20 -- bug where it was matching users who wanted to be matched monday, regardless of the day of the week

Features:

  • users can now see their previous matches #25

2.0

18 Apr 19:46
cf1afde
Compare
Choose a tag to compare
2.0

First version that is deployed on Digital Ocean!