Apps and Automation (15th July - 31st July)
Date | Aug 6, 2021 |
---|---|
Team | Apps & Automation |
Participants | @Aman Singh @Yashika Saini (Unlicensed) @Ajay Sharma @Prateek Kaushik (Unlicensed) @Shubham Gupta (Unlicensed) @Gopal Sharma @Rakesh Chaudhary (Unlicensed) @Anushi Dhaketa |
Background
Retrospective
Start doing | Stop doing | Keep doing |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Start using framework feature rather than doing in raw HTML, CSS & JS to keep app and codes consistent, clean and easy to understand. | Raw HTML, CSS & JS | Code optimisation |
Removing unused codes when need change in the existing implementation. | Leaving unused codes in files |
|
Updating feature branch daily at the start of the day with current version branch. |
| Creating feature from the current version branch and WIP for task |
Instead of duplicating code started writing reusable codes and adding proper comments wherever required. | Duplicating same codes into multilple files. |
|
Jira ticket creation and updation for all the task under current sprint. | Working on the task with Jira ticket | Adding ticket number in the code commit and MR title |
Upgrading the framework to keep project updated with new features and enhancements of the framework. |
| Upgrading to more stable version. |