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

[All] Support adding related links of booth #61

Open
somnisomni opened this issue Jul 19, 2024 · 1 comment
Open

[All] Support adding related links of booth #61

somnisomni opened this issue Jul 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@somnisomni
Copy link
Owner

somnisomni commented Jul 19, 2024

  • Booth-scope related links like pre-purchase webpage, booth SNS account page, etc...
  • Can add multiple items
  • Provide added links in public page

DB schema alteration — Booth

  • create relatedLinks json(array) null

New Backend API

  • Include relatedLinks in GET booth info
  • POST /admin/booth/:id/related-links – Add a new related link
  • PATCH /admin/booth/:id/related-links/:index – Edit an existing related link
  • DELETE /admin/booth/:id/related-links/:index – Delete an existing related link
@somnisomni somnisomni added the enhancement New feature or request label Jul 19, 2024
@somnisomni somnisomni added this to the Release v0.7.0 milestone Jul 19, 2024
@somnisomni
Copy link
Owner Author

WIP commit

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

No branches or pull requests

1 participant