Skip to content

Conversation

@samklq
Copy link
Contributor

@samklq samklq commented Dec 7, 2022

  • Create CoursePage and BatchPage models
  • Create CoursePage and BatchPage factories, set up wagtail site as fixture for use in unit tests
  • Write unit tests for CoursePage and BatchPage models
  • Create templates for course and batch pages, for viewing in student app

Copy link
Contributor

@rocketkai rocketkai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work!!! Onward!!! 💪💪💪

batch=SubFactory(BatchFactory, swe_fundamentals=True)
)

coding_bootcamp = Trait(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be safer to name coding_bootcamp swe_bootcamp instead, to anticipate future bootcamp courses like Data Science bootcamp.

- Create CoursePage and BatchPage models
- Create CoursePage and BatchPage factories, set up wagtail site as fixture for use in unit tests
- Write unit tests for CoursePage and BatchPage models
- Create templates for course and batch pages, for viewing in student app
@samklq samklq force-pushed the 3602796543_set_up_cms_with_wagtail branch from 8ad73e7 to 5367b34 Compare December 12, 2022 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants