-
Notifications
You must be signed in to change notification settings - Fork 58
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: import exported boards #4392
Conversation
@mateo-ivc is this ready? |
Hi @mateo-ivc please change the label to "Review needed" if you think this is ready :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, you just need to change variables using the AccessPolicy
type which was changed with #4601 ✌️
The deployment to the dev cluster was successful. You can find the deployment here: https://4392.development.scrumlr.fra.ics.inovex.io Deployed Images
|
Description
Since we have an export feature it would make sense to be able to import those boards again.
Therefore, when creating a new board, there is now an option to import a JSON file that reflects a board.
Changelog
Backend
api/router.go
api/boards.go
dto/...
database/notes.go
services/notes.go
Frontend
api/boards.ts
Note/NoteAuthorList
PassphraseModal
constants/name.ts
NewBoard
Checklist
(Optional) Visual Changes