Skip to content

Commit

Permalink
Merge pull request #121 from Brightspace/add-feedback
Browse files Browse the repository at this point in the history
Add feedback
  • Loading branch information
jstefaniuk-d2l authored Oct 21, 2019
2 parents 3fece21 + 403501a commit 82e3bbb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ export const Rels = {
mySubscriptions: 'https://discussions.api.brightspace.com/rels/my-subscriptions',
topic: 'https://discussions.api.brightspace.com/rels/topic'
},
// Feedback API sub-domain rels
Feedback: {
applications: 'https://feedback.api.brightspace.com/rels/applications',
submission: 'https://feedback.api.brightspace.com/rels/feedback-submission',
},
// Folio API sub-domain rels
Folio: {
contentItem: 'https://folio.api.brightspace.com/rels/Content',
Expand Down Expand Up @@ -273,6 +278,13 @@ export const Classes = {
pinned: 'pinned',
unpinned: 'unpinned'
},
feedback: {
feedbackApplication: 'feedback-application',
feedbackApplications: 'feedback-applications',
feedback: 'feedback',
feedbackType: 'feedback-type',
feedbackSubmission: 'feedback-submission',
},
grades: {
comments: 'comments',
description: 'description',
Expand Down Expand Up @@ -440,5 +452,9 @@ export const Actions = {
},
outcomes: {
select: 'select'
},
feedback: {
submit: 'submit-feedback',
optOut: 'opt-out'
}
};

0 comments on commit 82e3bbb

Please sign in to comment.