Add announcement system to send alerts #4
Labels
No labels
Compat
Breaking
Compat
Compatible
Foundry/v14
Kind
Bug
Kind
DevOps
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Status
Unable to Complete
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Foundry/taf#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should be a system that queries a specific file within the git repo (probably JSON) and compares the most recent announcement to the one they most recently saw, and then displays an application with the announcements within it.
The primary complexity of this system come from the fact that we don't want to show any announcements when connecting to a world for the first time, only on subsequent connections.
Also, should this display to all clients, or just the GM? I suspect that just the GM would be the most useful variation of this, however I can also foresee some announcements being useful for all clients to get, so it might be worth considering having a boolean option for GM only or all clients
This should also ideally be portable enough to pull to my other systems without much modification