Chinmay Shewale
Chinmay Shewale
The app can enable or disable the scheduled jobs by using [disable](https://github.com/agenda/agenda#disablemongodb-native-query) and [enable](https://github.com/agenda/agenda#enablemongodb-native-query) defined in the [agenda](https://github.com/agenda/agenda) used by rocket chat
Currently Rocket Chat App engine provides method to register processors and scheduling the processors using the scheduleOnce method or scheduleRecurring method . We can cancel these jobs but cannot modify...
## Use case When an app is extending any message using [IPreMessageSentExtend](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/messages_ipremessagesentextend.ipremessagesentextend.html) then if an actionId is provided custom tasks can be made to be performed by the app.
Just like the `sendMessage` and `sendNotification` helper we need to have a `sendDirect` helper for the app. The implementation is already done in the `/example` command file, we just need...
Added `/schedule ` command to schedule one-time and recurring reminders using the scheduler API
## Issue(s) Closes #53 ## Acceptance Criteria fulfillment - [x] Display Contribution graph during sharing the profile - [x] Display the contribution graph in the chat after sharing the profile...
## Issue(s) closes #89 ## Acceptance Criteria fulfillment - [x] Added submit button to the modal - [x] Modal closing on submit ## Proposed changes (including videos or screenshots) [Screencast...
## Why do we need this ? The current message blocks in the profile share modal consume lot of unwanted space which results in a bad UI experience. So modify...
## Issue(s) closes #91 ## Acceptance Criteria fulfillment - [x] Modified profile share message ## Proposed changes (including videos or screenshots) [Screencast from 01-04-23 01:52:50 AM IST.webm](https://user-images.githubusercontent.com/112387862/229155203-6acb49ba-a2eb-4acd-8f57-68ab3e38f1d6.webm) ## Further comments
### Description: When the user uses `/github me` to show the profile and moves to the response view modal where the user selects the params to share the modal does...