-
Notifications
You must be signed in to change notification settings - Fork 64
feat: template editor #4977
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
feat: template editor #4977
Conversation
- TemplateEditor save button - ColumnsConfiguratorColumn description
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
as board templates no longer have that column
The deployment to the dev cluster was successful. You can find the deployment here: https://4977.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 6/14 successful.
commit sha: 2a12640 |
Description
This PR finally adds the view to create and edit templates.
Changelog
Legend: A - Added, M - Modified, D - Deleted
e2e testing
made cypress TS ready and added several e2e tests for templates.
server
made some minor changes for the API, like removing
access_policy
from templatesFE tests
FE
Store / API
Components (Templates)
Components (Util)
Util
other
new FE env var:
REACT_APP_LEGACY_CREATE_BOARD
allows to use old create board viewnew BE env var:
SCRUMLR_ALLOW_ANONYMOUS_CUSTOM_TEMPLATES
allows for anon users to use the create template feature, which is default offChecklist
(Optional) Visual Changes