Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First timer announcement modals #180

Open
pheeria opened this issue Oct 15, 2019 · 1 comment
Open

First timer announcement modals #180

pheeria opened this issue Oct 15, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pheeria
Copy link
Member

pheeria commented Oct 15, 2019

Problem description:

We, devs, want to notify users of any significant changes made to a website. Ideally, we want to also notify about coming i18n.

Suggested solution:

  1. Create a cookie for homepage which is set only within a certain time frame for a limited time.
  2. Insert some javascript which looks for a cookie on load, and if found, shows a modal.
  3. To make the functionality generic, the data about the cookie, its duration and the announcement title/description, could be written and read from an .env variable as a json string. This way, we could always announce new stuff by modifying Azure config, instead of changing the codebase.
@pheeria pheeria added enhancement New feature or request help wanted Extra attention is needed labels Oct 15, 2019
@pheeria
Copy link
Member Author

pheeria commented Oct 15, 2019

@jarjan @cappyccino @starmaerker @hikes101 what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant