You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle the "what's new content" directly in the application bundle (like the slideshow)
Create a standard that will query api/whats-new where depending on the on the client version doing the query, it will pick up all the changes (might be from the database) and send it as json to the front-end. Then that data will be displayed in the popup.
The text was updated successfully, but these errors were encountered:
I'm thinking of two ways to implement this:
api/whats-new
where depending on the on the client version doing the query, it will pick up all the changes (might be from the database) and send it asjson
to the front-end. Then that data will be displayed in the popup.The text was updated successfully, but these errors were encountered: