harrylloyd-bl / convert-a-card

Generating ingestible records from catalogue cards as part of the Convert-a-Card project
1 stars 0 forks source link

Upgrade to Numpy 2 and add UX tests #54

Closed harrylloyd-bl closed 2 months ago

harrylloyd-bl commented 2 months ago

Community Cloud moved to Numpy 2. I couldn't control this because I haven't fixed package versions to try and make sharing environments easier between my local windows dev platform and streamlit community cloud which is linux. Upgrading to Np2 caused problems with pickle storage of data so required upgrading locally as well.

Also added long overdue UX tests to the the frontend of the app to provide reasonable test coverage at least of basic appearance of data and usage of each UX element.

Other changes: