sartography / spiff-arena

SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams
https://www.spiffworkflow.org/
GNU Lesser General Public License v2.1
61 stars 41 forks source link

Store User Preferences in a Data Store #1783

Closed calexh-sar closed 1 week ago

calexh-sar commented 2 months ago

Instead of using and updating the current get_user_properties() method for storing User Preferences in the system database, store all user preferences in a Data Store that can be accessed by all processes.

calexh-sar commented 2 months ago

@harmeet-status the current functionality of #1346 is restricted to just the current user. This issue will need to be addressed in order to allow sending user preference aware notifications in a process to users who are not the current user.

harmeet-status commented 2 months ago

This is how I was thinking it would work.

Image

calexh-sar commented 1 week ago

Closed per sprint planning discussion.