Skip to content

Latest commit

 

History

History
92 lines (53 loc) · 2.2 KB

File metadata and controls

92 lines (53 loc) · 2.2 KB

Project Name - TODO

A list of planned features, improvements, and tasks for this project.

CPX (Complexity Points) - 1 to 5 scale:

  • 1 - Single file control/component
  • 2 - Single file control/component with single function change dependencies
  • 3 - Multi-file control/component or single file with multiple dependencies, no architecture changes
  • 4 - Multi-file control/component with multiple dependencies and significant logic, possible minor architecture changes
  • 5 - Large feature spanning multiple components and subsystems, major architecture changes

Instructions for the TODO list:

  • Move all completed items into separate Completed section
  • Consolidate all completed TODO items by combining similar ones and shortening the descriptions where possible

How TODO file should be iterated:

  • First handle the Uncategorized section, if any similar issues already are on the TODO list, increase their priority instead of adding duplicates (categorize all at once)
  • When Uncategorized section is empty, start by fixing Active Bugs (take one at a time)
  • After Active Bugs, handle the rest of the TODO file by priority and complexity (High priority takes precedance, then CPX points) (take one at a time).

Features

High Priority

No high priority items

Medium Priority

No medium priority items

Lower Priority

No lower priority items


Improvements

No improvements pending


Documentation LOW PRIORITY

  • API reference documentation
  • Getting started guide
  • Architecture overview

Code Cleanup & Technical Debt

Code Refactoring

No refactoring items


Known Issues / Bugs

Active Bugs

No active bugs

Uncategorized (Analyze and create TODO entries in above appropriate sections with priority. Do not fix or implement them just yet. Assign complexity points where applicable. Do not delete this section when you are done, just empty it)

No uncategorized items


Notes

  • Add project-specific notes here
  • Document any conventions or guidelines

Completed

Features

No completed features yet

Improvements

No completed improvements yet

Fixed Bugs

No fixed bugs yet