-
Notifications
You must be signed in to change notification settings - Fork 0
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
Document how we count sections #252
Comments
Is this coming from a user request, or are you anticipating a user need? |
This is just me anticipating a user need (or a publisher concern). |
From Guillermo:
And:
|
Request/feedback from a data user, to specify how we count documents and awards:
|
Now Mariana L. also flagged that it is not clear what we are counting when we say "X number of parties" for example and that a tooltip (or similar) with the explanation could be useful |
We are using Bootstrap 5.2. Tooltip docs here: https://getbootstrap.com/docs/5.2/components/tooltips/ You'll need to add this after @import '~bootstrap/scss/tooltip'; We also use Bootstrap Vue icons. You can use the |
We are using
https://github.com/open-contracting/pelican-frontend/blob/e5b63869ea5614376d8da22cba921336eec74f40/backend/controller/views.py#L133-L164
for populating the "Data available" section. However, that coverage relies on the existence of
id
s for counting the section as present or not (orbudget
for planning). That means if an id is not present, that object/entry won't be counted. I think we should explain that somewhere for clarity.The text was updated successfully, but these errors were encountered: