googleinterns / step229-2020

1 stars 1 forks source link

Add support to retrieve the information stored in Datastore using a GET request to the JobsServlet #22

Closed andreeanica16 closed 4 years ago

andreeanica16 commented 4 years ago
  1. Adds class JobJSON that models the information sent as a JSON file back to the script file.
  2. Add function getJobsFromDatastore() to the JobStoreCenter class that queries Datastore for the projectId specified in the request, fetches all the entities, format them as a JobJSON and sends all of them back to the caller functions in the javascript script file. This function retrieves all the jobs associated with a project (Running and Finalised).
andreeanica16 commented 4 years ago

@iht @juliocc @tblanshard