Today

  • Start with standup
  • Review team Kanban board, and PR queue
  • Make sure anything that needs a code review, has one.

Did your team complete the priority issues?

If not, points may be deducted from your team’s final project grade, and your team is not eligible for bonus points. So be sure that these were done completely!

For Happycows, those are these

For Gauchoride, those are: these

You are strongly encouraged to double check this and post about it in the team channel.

Surveys coming soon

  • ESCIs: please don’t forget to fill them out! They are super important.
  • CATME surveys
  • End of quarter extra credit (research survey)

Today:

If your team isn’t yet at 100 points:

  • Do a standup
  • Review team Kanban board, and PR queue
  • Look at the PRs you have and get everything code reviewed that’s ready to be code reviewed
  • Work to get things merged
  • Make sure anything that needs a code review, has one.
  • We will continue to review PRs and allow you to work on them until at least midnight Friday.
  • After midnight Friday:
    • If it’s mergeable, it’s mergeable and you’ll get the points.
    • If not, then that’s too bad.

For Everyone

Optional but highly recommended as preparation for takehome final exam

  • Every team member should locate a PR they authored that was merged into main; if there’s more than one, choose the one that best shows off your skills and your contributions to the team’s success. Post a link to that PR in the team slack channel with the text My best PR
  • Every team member should locate a PR they code reviewed that was merged into main; if there’s more than one, choose the on that best shows off your code reviewing skills. Post a link to that PR in the team slack channel with the text My best Code Review

If your team is already at 100 points but not yet at 200 or more:

  • Important: Bonus points (the extra credit points between 100 and 200) are only available for PRs that are mergeable by staff at or before 9am Friday.
  • Discuss as a team: do you want to continue working on coding and PRs, or start on your release notes/final presentation?
  • If you want to continue, what are you your best candidates from the remaining PRs to get merged by Friday afternoon?
  • Make a post with the team consensus and tag Prof. Conrad
  • List the top three contenders (with links to the PRs) and give a brief explanation of where each one stands.
  • Or, start planning your video (see below)

If your team is already at 200 or more:

  • Start planning your video (see below).

Week 10 Tuesday and Thursday are for presentations

The instructions for the final video are listed below.

  • The final video presentations will take place Tuesday and Thursday of next week.
  • You are not required to attend in person, but you are required to participate;
    • There’s a participation grade for providing feedback on one another’s presentations
    • There’s a live demo component as well, and your team needs to be represented there.
Notes about the final exam

Notes about the final exam

The final exam will be an online take home exam, and will be mainly high level questions about the process of software development that you learned in team01, team02, team03 and the legacy code project.

There may be questions about any of the following. If you’ve been paying attention all along, you shouldn’t really need to “cram”. The answers should be pretty much in your knowledge base already.

  • Agile processes, e.g. standups, retrospectives, the role of a product owner/manager
  • GitHub tools and their interaction with Agile processes: using feature branches, issues, Kanban board, Pull requests, code review
  • General Web Development concepts, e.g.: Backend vs. Frontend
  • Some Spring Boot specifics: controllers, services, use of Swagger
  • Some React specifics: components, use of Storybook
  • Testing in general: unit testing, test coverage, mutation testing
  • Spring Boot Testing: Role of JUnit, Jacoco, Pitest, Mocking and Stubbing
  • React Testing: role of jest, and Stryker
  • Using third party APIs and representing data with JSON (as we did in team01, and later phases as well.)

I’ll be asking questions about these topics that I think are the type you might be asked as a job interview. So if you study, study the way you would for a job interview.

Please do not collaborate on your exam answers.

  • Identical text is unlikely to occur if each of you is working indepenently and writing in your own words.
  • If you are copying/pasting text from an online source (e.g. to explain what a retrospective is) be sure that you use “quotation marks” around direct quotations, and cite your source.

    Otherwise, you are liable to end up triggering the suspicion of academic dishonesty because of the similarity of your text to someone else that happens to be using the same source.

    Also: relying too much on direct quotes rather than putting things in your own words may result in lower grades; if you have to quote others too much, it suggests that you have not really internalized the content, but have to rely on others understanding. So use direct quotes sparingly, if at all; try instead to answer in your own words.

Academic integrity investigations are unpleasant for everyone, and they don’t help anyone learn.

I really dont want to spend my time on those, so please don’t create conditions where I have to do that.

Work independently, and let your learning speak for itself.

Clarity and consiseness counts

  • Small grammar / spelling errors may or may not be penalized; if an interviewer would be confused by the answer, or have some doubt as to your understanding, then they count. If there is no doubt about your understanding, I’m liable to be more lenient.
  • Make sure your answers are clear and understandable.
  • Do not just do an information dump of everything you know about the topic, or everything you can possibly find online about the topic. An employer wants someone to answer
  • their question, and they also want someone that makes good use of their time. Don’t waste the interviewer’s time.

Release notes

Release Notes

You are required to prepare a set of release notes as a team.

You may prepare these in one of two ways:

  • As a Google Drive document in your Drive folder called Release Notes (in the same folder where your retros go), OR
  • In Markdown format in a file /docs/release_notes.md in a new branch of your repo called release_notes. If you choose this route, make a Pull Request for this change (the Friday 9am deadline doesn’t apply to this special PR).

The choice is up to you: each method has its pros and cons; do whatever seems easiest to you.

What goes in the release notes

The release notes should summarize:

  • For the actual users of the application, a summary of what changes they notice from the way the app was at the start of the course to now.
  • In a separate, shorter section: for the developers of the application, a summary of any additional changes devs may need to be aware of.
  • It does not have to be every single last detail of every change; it should focus on the big picture of things users/developers would need or want to know.
  • Before and after screenshots can be helpful.

For more information, see this section of the lecture notes from earlier in the quarter:

How to submit

Work colletively on this as a team. When finished, submit a link to either your Google Drive doc, or to your PR on Canvas under the assignment ReleaseNotes

These are due next Tuesday at noon.

Notes about the final presentation

Notes about the final presentation

The final presentation should be a team effort, and should highlight all of the PRs that got merged into the main branch.

Make a video of between 5-8 minutes (see guidelines below) and submit the link on Gauchospace.

Limit your presentation to 5-8 minutes. 8 minutes is a hard upper limit.

Highlight the work from an end user perspective first.

That is:

  • The best thing is to show how an end user would use the feature
  • The next best thing is to show either a front or backend component in isolation, for example:
    • If there is a front end component that is not active in the app yet, you can show it in Storybook
    • If there is a backend API, but the functionality isn’t available in the user interface yet, you can demo it in Swagger.
  • Show internals of code only after explaining the user facing functions, and even then, only if you have left over time.

Instructions for your video:

Here’s a tutorial video on making demo videos from CS48 S20 (Video inception)

Based on the experience of CS48 students, pre-recording is strongly recommended. You will know for sure in advance whether the demo is successful, and whether or not you’ve hit the target length of 5-8 minutes.

Your video should be 5 to 8 minutes long, and cover these points:

  • First, mention the names of the members of the team, and introduce the person narrating the video.
    • It is ok if all the team members appear in the video. It is also ok if only one person narrates the video on behalf of the team.
  • Second, go through each of the features that your team worked on that were merged into main
    • Only demo the features that were merged into main
    • Focus in this part of the video on demoing the features from a user perspective, not on the technical details of how they were implemented.
  • Next, if there is time remaining to reach the 5-10 minute mark, you may briefly cover any technical and/or non-technical challenges your team faced
    • You don’t have to cover everything.
    • You don’t really even have to include this part if your demo already hits the 5-10 minute range.
    • If you do include this part, focus on the items that you think would be interesting to the audience (fellow students in CS156 M23, and the staff of CS156 M23, and potential users of the software you worked on).
    • Possible items to include
      • Particularly interesting technical details of what you had to write in the code
      • Challenges in testing
      • Challenges in team communication and organization, and what you did to overcome those
  • Optional: at the end, if you like, you may thank anyone that was particularly helpful to the team from the staff (TAs and LAs, or students from other teams).
    • Please don’t include thanks to me (Prof. Conrad) in the video; I don’t want this to be an exercise in brown-nosing.
    • If you do want to express gratitude, feel free to share your thoughts with me on the Slack, by email, etc.

Please then also poll your team members and come to a consensus about the privacy of your final video. Include this in your submission on Canvas.

  • (a) We give permission only for course staff, and the students in CS156 this quarter to see this video
  • (b) We give permission for this video to be shared with current and future CS156 students only.
  • (c) Anyone may see this video (a link to it may be posted on the public course website)

Example Videos (these teams gave me permission to share them publically)

Gauchoride

HappyCows

Courses