feat: Add recommended tasks for next sprint to improve coding practices in mobile applications

This commit is contained in:
Achintha Isuru
2026-02-01 14:03:43 -05:00
parent 9f8b60d571
commit 00999503e1
5 changed files with 324 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
## Recommended tasks for the next sprint
* In the mobile applications, since the structure is now finalized (at least for the existing features), we need to **strictly follow best practices while coding**:
* Break down large widgets into **smaller, reusable widgets**
* Add **doc comments** where necessary to improve readability and maintainability
* **Remove overly complicated or unnecessary logic** introduced by AI and simplify where possible
* **Adhere to the design system** and remove all **hard-coded colors and typography**, using shared tokens instead