I'm joining a large project that is in the process of updating components and templates to 6.5. Its been difficult to tell what has and hasn't been updated without reviewing the code of each file.
My thoughts are to start documenting each component with a readme as its updated. Each would have whats completed, whats remaining, and any additional notes that may be important to the update process. Like listing any dependencies or bugs that need to be addressed before it can be completed. It may not be as helpful at the sling model package level but using javadocs and todos would be a good way to track the process.
This feels like it would be helpful for current and future devs. What are your thoughts on doing this?