Skip to content

Commit

Permalink
update realization plan
Browse files Browse the repository at this point in the history
  • Loading branch information
ksripathi committed Nov 10, 2017
1 parent 3e52255 commit f1d1c0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/realization-plan/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#+TBLFM: $et=vsum(@II+1..@-1)
#+TBLFM: $at=vsum(@II+1..@-1)


* Detailed Plan
** Implement REST API(s) interfaces
This [[https://github.com/vlead/vlabs-analytics-service/milestone/1][milestone]] includes the following features:
Expand Down
15 changes: 9 additions & 6 deletions src/runtime/rest/api.org
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@

** Get total usage analytics of labs

*** Get total analytics of labs hosted on openedx platform
*** Get total usage analytics of labs hosted on openedx platform
:PROPERTIES:
:CUSTOM_ID: get_openedx_usage
:END:
T

This API returns total analytics of all the labs hosted on openedx platform
(i.e from the date =2016-10-07= to =till date=)
This API returns total usage analytics of all the labs
hosted on openedx platform (i.e from the date =2016-10-07=
to =till date=)
**** API design

- URL :: /analytics/openedx
Expand Down Expand Up @@ -73,12 +75,13 @@
If query parameter =till_date= not passed by default server
calculates =till_date= as today's date

*** Get total analytics of labs hosted on non-openedx platform
*** Get total usage analytics of labs hosted on non-openedx platform
:PROPERTIES:
:CUSTOM_ID: get_non_openedx_usage
:END:

This API returns the total analytics of labs hosted on =nonopenedx= platform
This API returns the total usage analytics of labs hosted
on =nonopenedx= platform
**** API design

- URL :: /analytics/nonopenedx
Expand Down Expand Up @@ -131,7 +134,7 @@
- Notes ::
If query parameter =till_date= not passed by default server
calculates =till_date= as today's date
*** Get total vlabs(openedx+nonopenedx) usage
*** Get total vlabs(openedx+nonopenedx) usage analytics
This API returns the total analytics of labs hosted on openedx and
non-openedx
:PROPERTIES:
Expand Down

0 comments on commit f1d1c0a

Please sign in to comment.