jibai-kia / ICT2106_P1-6

0 stars 0 forks source link

Week 8 Feb 21 Retrospection #38

Open loopedfrog4 opened 1 year ago

loopedfrog4 commented 1 year ago

loopedfrog4 commented 1 year ago

[Moved to other section]

jibai-kia commented 1 year ago

Lee Yong Chong

Before starting the implementation process, it is important to understand the requirements of the reward system feature. What kind of rewards do I want to offer? How will users earn those rewards? What should the rewards look like? Answering these questions will help me define the scope of the feature and determine what resources I'll need to complete the project.

Once I have a clear understanding of the requirements, I can start designing the reward system feature. This will involve creating the UI for the reward system and defining the business logic behind it. In the MVVM pattern, the view will be responsible for displaying the UI, the view model will handle the business logic, and the model will represent the data that the reward system uses.

After designing the feature, I can start implementing it using ASP.NET Core MVVM. This will involve creating the necessary models, view models, and views. I'll also need to define the logic for how users earn rewards and how those rewards are stored and displayed in the UI.