πŸ“… backlog

Module-Databases πŸ”—

[TECH ED] Codewars πŸ”— Clone

https://www.codewars.com/users/CodeYourFuture/authored_collections

Why are we doing this?

Every week you need to complete at least three kata. Spend at least 20 minutes, three times a week, on your kata workout.

Maximum time in hours

1

How to get help

Collaborate with your peers in the #cyf-codewars channel.

How to submit

Your Codewars progress is tracked automatically.

  • 🎯 Topic Problem-Solving
  • 🎯 Topic Programming Fundamentals
  • πŸ• Priority Mandatory
  • πŸ‡ Size Small
  • πŸ“… Databases
  • Week 4
[TECH ED] E-Commerce API πŸ”— Clone

https://github.com/CodeYourFuture/Module-Databases/tree/main/E-Commerce-API

Why are we doing this?

Now you understand your database, how will this change how you design your API?

You should write this app in TDD style. This project will help you understand how to do this. The user stories are re-expressed as acceptance criteria, and then the acceptance criteria is re-expressed as tests. Look in the /tests folder to see the example.

When you go to Final Projects, you will save yourself a lot of time by writing your API in this way. You will also find it much easier to share the work, as each acceptance criteria could be met by a different team member, using the feature branch workflow.

Quality check!

In this project, you must write the test first.

It’s better to turn in a smaller set of user stories than to turn in untested features.

If you’re running out of time, scope down your application rather than commit untested code. Cut your scope, not your quality. Include a list of the stories you did, and didn’t, get to in your PR message.

Maximum time in hours

10

How to get help

Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.

If you’re struggling with the feature branch workflow, you won’t be alone. There are workshops available – do one together in class.

How to submit

  1. Fork to your Github account.
  2. Make a new branch named E-Commerce-API
  3. For each user story, make a feature branch like this feature/1-list-all-products
  4. Complete your user story, make sure the test is passing, then merge into your E-Commerce-API branch
  5. When you are ready, open a PR to the CYF repo, following the instructions in the PR template.
gitGraph commit id: "e-commerce-api" branch e-commerce-api branch feature/1-list-all-products commit id: "assert api should return list" commit id: "make api return list" checkout e-commerce-api merge feature/1-list-all-products branch feature/2-filter-product-list commit id: "assert api should filter list" commit id: "make api filter list" commit id: "check query works" checkout e-commerce-api merge feature/2-filter-product-list

How to review

For someone else to check out your code, they will need your .env file. Use https://onetimesecret.com/ to share this.

Anything else?

https://blog.gitguardian.com/secrets-api-management/
https://www.youtube.com/watch?v=JUpKDkb4Zhc

  • 🎯 Topic Iteration
  • 🎯 Topic Testing
  • 🎯 Topic Time Management
  • πŸ• Priority Mandatory
  • πŸ‹ Size X-Large
  • πŸ”‘ Priority Key
  • πŸ“… Databases
  • Week 4
[TECH ED] Prepare for Final Projects πŸ”— Clone

https://syllabus.codeyourfuture.io/

Why are we doing this?

If you want to graduate, you’ve got to join a cross functional Agile team building a full stack web application over four weeks.

Here’s the entry and exit criteria

To prepare:

  1. Read the syllabus! What does it tell you about Final Projects?
  2. Grab the starter kit and get a version running on render (there are guides on the syllabus to help you, and there’s a wiki on the starter kit with all the common problems.)
  3. Attend a Merge Conflicts workshop
  4. Read up on small scoped feature branching
  5. Take a look at some successful Final Projects; look at their project boards and especially notice velocity – you should be opening a small PR at least once a day during final projects, not one a week.

Maximum time in hours

3

How to get help

Share your blockers in your class channel.

Talk to CYF grads about their experiences.

Attend a demo day if you have the opportunity.

  • :brain: Prep work
  • πŸ• Priority Mandatory
  • πŸ‚ Size Medium
  • πŸ“… Databases
  • Week 4
[PD] Apply to join Final Projects πŸ”— Clone

Coursework content

Final Projects are coming up! You need to make sure you are prepared to apply. Have you:

  1. completed the coursework
  2. reached a level 5 on Codewars
  3. met your milestones
  4. discussed your employment goals with your buddies and made a realistic plan to achieve them
  5. completed your Full Stack Project Assessment

Estimated time in hours

0

What is the purpose of this assignment?

This assignment asks you to double-check that you are ready to apply to the Final Projects.

How to submit

Your Programme Manager and Leaders will talk you through the process and invite you to interview shortly.

  • πŸ• Priority Mandatory
  • πŸ‡ Size Small
  • πŸ”‘ Priority Key
  • πŸ“… Databases
  • Week 4
[PD] Final Projects - Team canvas πŸ”— Clone

Coursework content

Come together with your final projects team and go through the team canvas slides. Prepare your own team canvas as the first step of your final projects work.

Estimated time in hours

2

What is the purpose of this assignment?

This assignment will support to build a strong foundation for your final project team.

How to submit

Share the link to your team canvas on the ticket on your coursework board.

  • πŸ• Priority Mandatory
  • πŸ‚ Size Medium
  • πŸ“… Databases
  • Week 4
[TECH ED] Check module success criteria πŸ”— Clone

https://curriculum.codeyourfuture.io/databases/success/

Why are we doing this?

πŸ”‘ The most important thing is that you are secure in your understanding.

At the end of the course, we will expect you to build novel applications using your understanding. If you cannot build things, we cannot put you forward for jobs. It is in your personal interest to make sure you have properly understood this module.

To progress to the next module you need to meet the success criteria for this module. How will you as a cohort meet the module success criteria? Discuss it in your class channel and make a plan together.

πŸ§‘πŸΏβ€πŸŽ€ good strategies

  • asking volunteers to review your code
  • helping each other with coursework blockers
  • arranging midweek study sessions
  • using Saturday time to review code and cohort tracker

πŸ™…πŸΏ bad strategies

  • opening empty PRs
  • copying and pasting
  • breaking the Trainee Agreement
  • mistaking the measure for the target

Maximum time in hours

.5

How to get help

Discuss with your cohort. Support each other.

How to submit

In week 4 of your module you will need a representative to report to the organisation. Here’s your template, fill in your details and delete as appropriate:

πŸ“ˆ Cohort Progress Report from @cohort-name to @programme-team

  • criterion
  • criterion
  • criterion
  • criterion

βœ… We are progressing to the next module.
β›” We are taking a consolidation week to meet our targets.

  • 🎯 Topic Code Review
  • 🎯 Topic Communication
  • 🎯 Topic Delivery
  • 🎯 Topic Requirements
  • 🎯 Topic Teamwork
  • 🎯 Topic Testing
  • 🎯 Topic Time Management
  • πŸ• Priority Mandatory
  • πŸ¦” Size Tiny
  • πŸ“… Week 1
  • πŸ“… Week 4