-
Notifications
You must be signed in to change notification settings - Fork 29
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
Proposal to lean course content #10
Comments
Thanks for compiling this. I sure have missed the conversations over there 😄 Proposed changesI agree with everything. In regards to prefilling the codecs, I think it's okay because by the end of day 1, they would have written a custom encoder. I'm not sure if they ever do write a custom decoder, but it doesn't really matter because doing it once isn't gonna make them remember it anyways, haha. Presentation changesSince the presentations aren't open source, it's hard to discuss them in detail, but...
Questions
Next steps?If you want to create separate issues for each of the things we want to change, I'm happy to pick up some of them as we go. I hope to run this course in the next 3 months and I was planning to simplify it in time for it. |
On second thought, I'm not sure if it will be easy to get rid of I definitely think pre-filling app wiring will save a lot of time. So much time is spent in wiring up in |
Overview
After retrospective discussions around feedback received for the last iteration of the course ran at REA, the following code changes were proposed with the aim of "slimming down" the course to help "zoom fatigue", and deliver a more refined course.
Proposed Changes (in no particular order)
SaveMovie
endpoint (after Traverse and Validation module), go and reimplementgetEnrichedMovie
endpoint using traverseSaveReviewValidator
(it is simple, nothing new from previous validations)Accompanying Presentation Changes/Notes (for context)
HelloWorld
,GetAllMovies
), can we consolidate?traverse
and validation beforegetEnrichedMovie
to make this endpoint simpler to implement, but agreed that you have to earn traverse!Questions
The text was updated successfully, but these errors were encountered: