insum-labs / conference-manager

Open Source Conference Abstract and Content Selection App
GNU Affero General Public License v3.0
6 stars 5 forks source link

Notify Track Owners when sessions are moved #35

Open rimblas opened 5 years ago

rimblas commented 5 years ago

p6 Moves Sessions between tracks and when a session is moved someone may need to be informed.

Optionally, the receiving Track Owners should get notified of the new session. Add a "Notify owners?" option. Consider a "Notify voters?" option also, similar to the what the Session Load implemented.

image

rimblas commented 5 years ago

@rcbirsan please add the view ks_events_communities_tracks_v to the repo and _release.sql I added ks_notification_api.pls & ks_notification_api.plb already, but are there any others missing?

rcbirsan commented 5 years ago

@rimblas , added views ks_events_communities_tracks_v and ks_events_communities_v , inserted new contraint into constraint lookup table, updated release script, everything under issue #2 .