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

Generate draft URLs in preview environment #450

Open
6 tasks
daine opened this issue Mar 15, 2023 · 0 comments
Open
6 tasks

Generate draft URLs in preview environment #450

daine opened this issue Mar 15, 2023 · 0 comments
Labels
DEV Work to related to the product's code
Milestone

Comments

@daine
Copy link
Collaborator

daine commented Mar 15, 2023

πŸ“‡ User story

As a preview user, I want to be able to share and access preview URLs that are currently new and in draft in Contentful, so that I can work on creating content faster.

βœ… Definition of Done

  • Code reviewed
  • Feature fully tested on preview environment
  • No changes should be seen on the production environment

πŸ“œ Acceptance criteria

  • Utilize the PREVIEW_ENV flag to make the changes only appear on the preview environment
  • Consider having a webhook in contentful to automatically deploy the preview environment amplify application
  • New content (which appears as "Draft") will have their own URLs in our nuxtjs router

πŸ“ More info

Currently, if content designers change the URL or add new pages, they are able to access it by going to the home page and clicking around. The browser URL changes to reflect the current page, but if you do a hard refresh, or share the URL, you are redirected to a broken link (/index.html).

@daine daine added the DEV Work to related to the product's code label Mar 15, 2023
@daine daine added this to the Alpha II milestone Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV Work to related to the product's code
Projects
None yet
Development

No branches or pull requests

1 participant