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

Admin panel: Provide edit view for vocabulary items #312

Open
karkraeg opened this issue May 17, 2024 · 1 comment
Open

Admin panel: Provide edit view for vocabulary items #312

karkraeg opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@karkraeg
Copy link
Member

karkraeg commented May 17, 2024

As defined in https://codimd.web.cern.ch/UTnvE-L2RrSar3_szWWK_w#RFC-Vocabulary-harvesting provide two additional views:

Vocabulary item list view (#347):
Image

Vocabulary item edit view (this issue):
Image

  • CRUD operations for a generic vocabulary
  • Search a vocabulary
  • CRUD a new entry in a vocabulary (note: delete requires specific handling).
  • Deprecate an entry -> waiting for changes in data model
@karkraeg karkraeg changed the title Admin panel: Provide edit view for vocabularies Admin panel: Provide additional views for vocabularies May 17, 2024
@karkraeg
Copy link
Member Author

I think right now it's not possible to have a dynamic list view after a initial list view. I see two possible solutions:

  • extend the AdminResourceListView class to build dynamic Listviews where titkle, url and api_endpoint depend on the current item
  • write a custom react app (like for oai-pmh detail view) that offers the possibility to search and paginate

@SarahW91 SarahW91 linked a pull request May 29, 2024 that will close this issue
10 tasks
@SarahW91 SarahW91 removed their assignment Jun 27, 2024
@SarahW91 SarahW91 assigned SarahW91 and unassigned karkraeg Jul 17, 2024
@SarahW91 SarahW91 changed the title Admin panel: Provide additional views for vocabularies Admin panel: Provide edit view for vocabulary items Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants