You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built a small app catalogs_table as extension to the current rdmo apps, which uses django-tables2 to render the table. Ive made a draft PR for this app.
Rationale / Begründung
Admins/editors would like to have a page with an overview of the existing catalogs in a table.
Use case for normal users still unclear.
Accessible via a link under the Management dropdown menu and columns for example:
Each catalog entry in the table should also have a button to the "update catalog" form.
Nice-to-have functionality
Interactive elements should be added to the Table. It should be possible to re-use parts of the
/questions/catalogs/<id>
views for this?update catalog function
filter catalog function
References / Verweise
Status
waiting for the new front-end #518
App (external)
I have built a small app
catalogs_table
as extension to the current rdmo apps, which usesdjango-tables2
to render the table. Ive made a draft PR for this app.Draft PR: Add a catalogs overview table (htmx implementation) #448 #482The text was updated successfully, but these errors were encountered: