Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create statistics page #933

Merged
merged 6 commits into from
Oct 9, 2023
Merged

feat: create statistics page #933

merged 6 commits into from
Oct 9, 2023

Conversation

pj-cegeka
Copy link
Contributor

No description provided.

@pj-cegeka pj-cegeka marked this pull request as ready for review October 3, 2023 14:25
Comment on lines +23 to +24
"ingested member count": 4018,
"current member count": 4018,
Copy link
Contributor

Choose a reason for hiding this comment

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

Frankly, to an outsider, this might be quite confusing..
The difference between Ingested members and current member count is only something for internal purposes, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True, ingested might be beter as historical member count? or something like that

| http://test-data/mobility-hindrance/1/2 | mobility-hindrances | 12 | http://test-data/mobility-hindrance/1 |
| http://test-data/mobility-hindrance/1/3 | mobility-hindrances | 3 | http://test-data/mobility-hindrance/1 |
When I save the members using the MemberRepository
And I search for the first member from collection "mobility-hindrances" and sequenceNr greater than -1
Copy link
Contributor

Choose a reason for hiding this comment

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

Ok you're looking for sequence nr 0 ? why not do greater than or equals? because this feels strange?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This actually isn't my test, the formatting on it was just weird so i fixed that. So i'm not sure if there is a purpose for it.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

88.1% 88.1% Coverage
0.0% 0.0% Duplication

@pj-cegeka pj-cegeka merged commit f73d750 into develop Oct 9, 2023
4 checks passed
@pj-cegeka pj-cegeka deleted the feat/statistics branch October 9, 2023 12:38
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.

2 participants