UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Basic frontend collection management #230

Closed jgonggrijp closed 1 month ago

jgonggrijp commented 1 month ago

While frontend collection handling forms the overarching story of this branch, it is a bit of a hodgepodge of small changes:

I will be on vacation soon, so I prioritized fast delivery over comprehensiveness. Hence, there are some omissions and rough edges that I am aware of:

There are also things that were already broken on develop and which are not fixed by this branch:

For review, I suggest giving the frontend a quick spin and just scrolling through the code changes. There are lots of files with only minor changes, but I think you will be able to quickly identify repeating patterns and skip over those.

tijmenbaarda commented 1 month ago
  • A project must be selected before you can create a collection. If no project is selected, collection creation silently fails, but an entry with the new name still appears in the menu.

When I try this, no new entry is added to the menu but an exception project is undefined is raised.