Requirement -> Code Tracing
Trace requirements defined in our document to 1 or more Class/Functions and trace those to a Test case.
This tracing table is a new tab in the doc https://docs.google.com/document/d/1fcnyfMBQLSUlEU6QOZiCFLObEEczP9R5xysWk_K6rPc/edit?tab=t.s4uii5123e1q
All requirements must traced to code and test cases BEFORE THE END OF WEEK 11
"for the requirements tracing between requirements and code + tests
can you guys start filling out this new tracing table where a requirement maps to a function or class in the code? if there is no code that traces to it then make a mock function (the logic/implementation doesn't matter, it can just be comments) for the code (class or function) it should also trace to a test so make a test method for that class/function remember that the code is just a mock. it doesn't actually have to work
you can use as much AI as you want, we just need the tracing this task is all we really need to do for the coding part "