-
Notifications
You must be signed in to change notification settings - Fork 3
Code Review
Kollawat Rupanya edited this page Nov 9, 2022
·
5 revisions
Purpose: Improve code understanding in our team and code readiness. Find as much as possible bug defects.
- All members read and understand code beforehand.
- Describe agenda of the meeting.
- Authors of code describe what have his/her do, what's going on for each part of code.
- Other members review issues that they have found. One member record the issues, what function is a trouble.(Optional) Suggest the way to solve the issues. And Inform to all members.
- Assign the authors of code to fix the issues.
- Follow up the issues and approve vias
Pull request.
- Code is working.
- Readable/Easy to understand.
- Don't Repeat Yourself.
- Write comments if code is hard too understand
- One function do one thing.
- Descriptive name.
We were doing code review by the feature on 3rd Nov 2022. All members were participated. From 4.10 PM until 4.40 PM
- Can't search the exact name using search bar on navigation bar.
- Search preview exceed the height of the screen.
- Dropdown menus exceed the height of the screen.
Duplicated objects in the database.
- Unit of ingredients in menu detail page not shown.
- Can not reach detail page if user is not authenticated.
Menu that have no picture was shown on Menu for You.
Food of the day won't change as it should.
Possible cause may be
1.) Admin didn't change the menu of the day.
2.) Machine receive the old caches.
3.) code on rating score is affect to menu detail page.