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

Create route info #8

Open
lpatiny opened this issue Nov 19, 2024 · 0 comments
Open

Create route info #8

lpatiny opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@lpatiny
Copy link
Member

lpatiny commented Nov 19, 2024

returns a JSON

{
algorithms: [{name, {algorithmID, version, description, contactID, mail, count(entries), count(atoms), count(hoses)}}],
globals: {
  atoms: {total, lastMonth, last12Months},
  hoses: {total, lastMonth, last12Months},
  entries: {total, lastMonth, last12Months},
}
},
gaelcartier added a commit that referenced this issue Nov 26, 2024
lpatiny added a commit that referenced this issue Dec 10, 2024
* wip: prepare code for routes

* feat: import xyz file in db #1 #5; db schema corrected; close #5, close #4, close #2, close #3, close #7; #6 : we'll come back to native:sqlite3 when it won't be experimental anymore

* Closes #5, closes #4, closes #2, closes #3, closes #7; dependecies import fixes

* wip : some queries done for #8 in getInfo.test.js

* feat: added route info #8 with tests

* wip: add conf demo

* feat: route info & file import

* chore: refactor cronSyncDB

* bug : file correctly moved, but still got to the error catch then

* wip: add package-lock and prepare docker

* chore: update dependencies

* wip: hosesCodes table renamed in hoses, and info route result modified

* wip: import old xyz

* chore: add more cache

* chore: add more cache

---------

Co-authored-by: gcartier <[email protected]>
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

No branches or pull requests

2 participants