Skip to content

Conversation

@NoB0
Copy link
Collaborator

@NoB0 NoB0 commented Mar 26, 2024

A nagivation bar was added to navigate between the different features.

Typescripts files are formatted with Prettier.

@NoB0 NoB0 requested a review from WerLaj as a code owner March 26, 2024 15:18
@github-actions
Copy link

github-actions bot commented Mar 26, 2024

Unit Test Results

61 tests   61 ✔️  6s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 7b06531.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Mar 26, 2024

Coverage Report •
FileStmtsMissCoverMissing
TOTAL12114894% 
report-only-changed-files is enabled. No files were changed during this commit :)

@github-actions
Copy link

Current Branch Main Branch
Coverage Badge Coverage Badge

@galuscakova galuscakova self-requested a review March 26, 2024 19:07
import React, { useContext } from "react";
import { UserContext } from "../contexts/UserContext";
import Container from "react-bootstrap/Container";
import { BrowserRouter, Routes, Route } from "react-router-dom";
Copy link

@galuscakova galuscakova Mar 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is order of the imported libraries correct? The same for Layout.tsx and Index.tsx.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imports are not reorganized based on ESLint sort-imports rule.

<Route path="/" element={<Layout />}>
<Route index element={<div>Welcome {user?.username}</div>} />
{/* <Route path="service" element={<div>Service Management</div>} /> */}
<Route path="population" element={<div>Population form</div>} />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitals: Population Form or Population PKG.
But the name is in both cases quite misleading.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to PKG Population.

@NoB0 NoB0 requested a review from galuscakova April 2, 2024 08:59
Copy link
Collaborator

@WerLaj WerLaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants