Skip to content

Commit

Permalink
feat(sessions): implement sessions view ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed May 3, 2019
1 parent c7241b9 commit 73f3126
Show file tree
Hide file tree
Showing 14 changed files with 866 additions and 828 deletions.
1 change: 1 addition & 0 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const API_ENDPOINTS = {
getQuestionnaireInfo: `${BASE_API}/questionnaires/{}`,
updateQuestionnaire: `${BASE_API}/questionnaires/{}/post`,
createQuestionnaire: `${BASE_API}/questionnaires/`,
fetchSessions: `${BASE_API}/sessions/`,
initializeSession: `${BASE_API}/sessions/`,
getSessionInfo: `${BASE_API}/sessions/{}`
};
Expand Down
1 change: 1 addition & 0 deletions src/assets/img/icons/questionnaire.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions src/assets/img/icons/session-history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/sass/cssi-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@import 'partials/footers';
@import 'partials/select';
@import 'partials/modal';
@import 'partials/invoice';
@import 'partials/session';
@import 'partials/print';
@import 'partials/loaders';

Expand Down
Loading

0 comments on commit 73f3126

Please sign in to comment.