-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chat feature: enable chat in the venue request form (#2029)
* enable chat in the venue request form * configure tabs * fix path * change signatures to be items * remove test * fix test * check if buttons are enabled * fix process function * send email notification for the first chat and every 5 new chat comments * use chat branch * add tag invitation to post emojis * rename emoji invitation * add writers back * Update openreview/venue/invitation.py Co-authored-by: Zach Bialecki <[email protected]> * filter tags by tmdate * fix test * send notifications every 4 hours and disable the chat if the user request it * remove checkout branch * Update chat tab label * Update openreview/venue/process/chat_comment_process.py Co-authored-by: celestemartinez <[email protected]> * Update openreview/venue/process/chat_comment_process.py Co-authored-by: celestemartinez <[email protected]> * Update openreview/venue/process/chat_date_comment_process.py Co-authored-by: celestemartinez <[email protected]> * fix typo * Update openreview/api/client.py Co-authored-by: carlosmondra <[email protected]> * use an invitation to post a message * add link to the doc * increase version number --------- Co-authored-by: Zach Bialecki <[email protected]> Co-authored-by: Zach Bialecki <[email protected]> Co-authored-by: celestemartinez <[email protected]> Co-authored-by: carlosmondra <[email protected]>
- Loading branch information
1 parent
87b53b4
commit c76623f
Showing
12 changed files
with
1,010 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
from .client import Invitation | ||
from .client import Edge | ||
from .client import Group | ||
from .client import Tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.