0.1.11 • Published 4 years ago
@morris-3112/handle-user-actions v0.1.11
partisan-handle-actions
0.1.11 (2021-10-24)
- In all caseHandling/actions files, for the UPDATE CASE action the
docUID
and thestatusHistory
was missing. This was added and should solve a status not being updated automatically.
0.1.10 (2021-10-24)
- Added
convertDateToMonthDay
,convertDateToHoursMinutes
import intoupcomingToInProgress
to avoid "function not defined"-error.
0.1.9 (2021-10-20)
- Add
case
property to created actions fortimer
. This property is used when thecaseUID
does not exist yet, i.e. when a case is created. It is null otherwise.
0.1.8 (2021-10-13)
- Fix bug where if
paymentModule
is selectedsubscribeModule
does not work.
0.1.7 (2021-10-13)
- added moduleUID to most tasks from onboarding flow.
- Added
notificationRead
actionIdentifier to tasks in index. - Added exception to not create
addServiceTask
if payment module is subscribed to.
0.1.6 (2021-10-10)
- Removed
clientUID
from email action object forgot one.
0.1.5 (2021-10-10)
- Removed
clientUID
from email action object.
0.1.4 (2021-10-10)
- Changed
names
in generate status update notification fromconst
tolet
. - Typo - changed update key of service.firstcase from
service
toservices
. - Added
statusHistory
key to case document. - Updated
pendingToUpcoming
andupcomingToInProgress
with statusHistory and typos.
0.1.3 (2021-10-03)
- Updated actions following happy flow in caseHandling for teacherModule.
0.1.2 (2021-09-22)
- Added
emailReciever
argument to emails to match with systemActions.
0.1.1 (2021-09-22)
- fixed import error for task generation functions.