Git Product home page Git Product logo

Comments (2)

wwongandy avatar wwongandy commented on June 11, 2024

Development Note

Endpoint: GET /authentication/data/{userId}/{queryId}

Description: Loads all the data related to the given SERaaS API query associated with the given user.

Input:

  • userId (path) - The user ID to get the list of SERaaS API queries for
  • queryId (path) - The ID of the SERaaS Query Timestamp to load

Output:

{
     _id: String
    userId: String
    fileName: String,
    paramEmotionsAvailable: String Array,
    paramPeriodicQuery: Number,
    output: Any Array
}

Test Cases

  • Should be able to load the SERaaS Query for the user
  • Should give error if no user exists with given user ID
  • Should give error if given user ID is invalid string
  • Should give error if no user ID given
  • Should give error if no query exist with given query ID
  • Should give error if given query ID is invalid string
  • Should give error if no query ID given

from seraas-user-management-service.

wwongandy avatar wwongandy commented on June 11, 2024

Done in endpoint-load-timestamp branch.

from seraas-user-management-service.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.