Skip to content

Instantly share code, notes, and snippets.

@pmckernin
Last active May 20, 2021 15:39
Show Gist options
  • Save pmckernin/0dd27e00d368fd4971517bba7bb9dda9 to your computer and use it in GitHub Desktop.
Save pmckernin/0dd27e00d368fd4971517bba7bb9dda9 to your computer and use it in GitHub Desktop.
Main reasons for going through the old projects

Go through an entire quarter at a time.

  • Pick out any showcase projects
  • Decide which projects would represent the top projects.
  • Compare the top projects against another
  • Pull top projects

Rubric

  • How many points total for each category?
  • Did they use the skills taught in class?
    • CRUD?
    • Sign in / Sign Out?
  • Score projects on originally
  • Score projects on complexity

Domain Modeling exercises

  • Any standout projects could be used as future domain modeling exercises

Category

  • Try to categorize each project in the quarter to compare against other quarters
  • What categories will we use most often?

Skills to teach

  • Are there any skills that students have put into their projects which were not taught in class?
  • Any engaging logic students have encountered in their projects which we could turn into a ruby gym assignment
  • Make a list of API's used
  • Make a list and keep count of Gems used
  • Make a list and keep count of CSS libraries used
  • Other techniques used

Api's/Omniauth to have an example of

  • Which API's are used most often
  • Could we make an assignment based on these API's for students to learn from
  • Creating an OAuth assignment?

Link to

Airtable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment