mzmine / biohack23_p15

MIT License
3 stars 2 forks source link

Finalize streamlit app #27

Open niekdejonge opened 10 months ago

niekdejonge commented 10 months ago

The backend is mostly done. The streamlit app still has to be integrated and made more stable.

The structure we have in mind is:

The internal structure stores all modifications in the LibraryHandler object. For all repairs done the user should be able to accept or decline proposed changes by a click. This still has to be implemented in streamlit, but is already implemented in the backend. The user should also be allowed to make changes manually. A start was made with implementing this in streamlit.