[QMS] Training/Contest landing page
Opened this issue · 1 comments
Assembled Story:
As an Admin/Trainer
I want an ability to manage competitions within an application
So that to use them as a practical part during the training
Acceptance Criteria:
AC-1: Accessing Training/Contest landing page
GIVEN: Home/Landing page of the QMS app -> see US #32
AND: At least one Training available on the page
WHEN: User clicks on the Training
THEN: Training/Contest Landing page of the Training is presented to the user
AC-2:
GIVEN: Training/Contest Landing page is opened
WHEN: User is browsing the page
THEN: The following elements are present:
// Header
// Profile -> link to a user profile for the currently logged in user (see US #20 )
// Search Option -> allows to search for specific training/session -> for future usage
// Training Title/Number
// Questions block/tab -> contains list of questions assigned to the training
// Builder block/tab -> contains list of rules to define logic for questions
// Sessions block/tab -> contains list of sessions for the particular training
NOTE:
qa passed, AC-2 should be rechecked when "add new question","builder","session" functionality will be implemented