You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes from Sean: This is a full-stack code tracing tutorial, can use some content from https://github.com/oppia/oppia/wiki/Find-the-right-code-to-change. Called “Trace code through all the frontend and backend layers to understand and describe how a feature works across these layers” in skill trees.
Reasoning: The solution changes are minimal here but debugging it is a bit tricky and it could be a good starting point to figure out repro steps from error logs.
The text was updated successfully, but these errors were encountered:
seanlip
changed the title
Create Tutorial - Learn to Determine Feature Functionality (End-to- End)
Create Tutorial - Learn to Determine How a Feature Works (End-to- End)
Aug 27, 2024
Notes from Sean: This is a full-stack code tracing tutorial, can use some content from https://github.com/oppia/oppia/wiki/Find-the-right-code-to-change. Called “Trace code through all the frontend and backend layers to understand and describe how a feature works across these layers” in skill trees.
Try to pick an example that’s not necessarily 100% clear right off the bat, e.g. as exemplified in “Tips for analyzing the codebase” (https://github.com/oppia/oppia/wiki/Analyzing-the-Codebase).
Run a git patch file to repro oppia/oppia#17988
Reasoning: The solution changes are minimal here but debugging it is a bit tricky and it could be a good starting point to figure out repro steps from error logs.
The text was updated successfully, but these errors were encountered: