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

API: create a basic api that fits out project requirements #376

Open
jeff-knurek opened this issue May 15, 2021 · 0 comments
Open

API: create a basic api that fits out project requirements #376

jeff-knurek opened this issue May 15, 2021 · 0 comments
Labels
Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers.

Comments

@jeff-knurek
Copy link
Contributor

logo

Problem

At the moment, the code in /API is all from version 1.0 and is obsolete. We need a new api code base, and we need to start it off with a simple structure that can grow to meet our needs.

Proposed solution

Technology

Using the technology requirements above, the scope of this ticket is to:

  1. create a new code base for a rest api using the technologies above
  2. provide an endpoint to query all the Datasetentries for a given time range, and return the array of objects un-modified
    a. this endpoint does not need to meet documentation requirements yet
  3. add a basic caching layer, so that a subsequent request does NOT get processed
  4. add unit tests for the new code

Resources

@jeff-knurek jeff-knurek added Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers. labels May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: API Issues related to the API. Project: PLD Issue related to Project Lockdown. ⌨ Team: Devs Task related to Team Developers.
Development

No branches or pull requests

1 participant