Closed MaHaWo closed 2 months ago
Attention: Patch coverage is 0%
with 917 lines
in your changes missing coverage. Please review.
Project coverage is 19.43%. Comparing base (
908718a
) to head (8b0c4ba
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Failed conditions
11.5% Duplication on New Code (required ≤ 3%)
have user landing page when they are logged in with two tabs: one for user data one for all the children stuff
some steps towards single page app:
add a store for components
add possibility for
Breadcrumbs
component to have onclick event & button instead of linkuse on:click event to make dynamic loading of components possible in a single page with breadcrumbs
make it such that the children components are rendered into the tab on the landing page. Breadcrumbs used for navigation within children area as it was. Most routes are mad obsolete by this, which hence have been deleted.
refactor out crappy logic stuff that will be replaced by backend calls into file called
*Componentname*.ts
. Everything needed for the actual function of the frontend (e.g., search logic (?)) remains in the*Componentname*.svelte
. That will hopefully make it easier to replace it as the frontend matures.still missing:
CardDisplay
andGalleryDisplay
Sonarcloud is complaining because of the milestone dummy data being copied around.