Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating course #4

Open
mikeoleynik opened this issue Sep 9, 2019 · 0 comments
Open

Creating course #4

mikeoleynik opened this issue Sep 9, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mikeoleynik
Copy link
Owner

mikeoleynik commented Sep 9, 2019

General

The mentor must be able to create a course and add theme to it. The course looks like a theme's list contains inside tasks.

User stories

  • Mentor can create course;
  • Mentor can add task to course;
  • Task open consistently;
  • Theme can exist separately or belongs to courses;
  • All tasks of theme enter the course.
  • When completing all tasks of theme (one course), opens access to the next theme.
  • Access to the next task gives the teacher

Backend:

  • model Course, field: :title
  • model Theme, add field: :course_id (optional: true)
@mikeoleynik mikeoleynik added the enhancement New feature or request label Sep 9, 2019
@mikeoleynik mikeoleynik self-assigned this Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant