Dominic Lim

Results 9 issues of Dominic Lim

Fixes #11791. Part of #11791. Credits to @parthnatu for the most part. **Outline of Solution** This PR gives instructors the option to add a MCQ question with an option to...

s.ToReview

Fixes #11950. **Outline of Solution** Previously, the zero-sum contribution question overflows when it exceeds the total required contribution percentage i.e. `Number of members in the team * 100%`, as it...

s.FinalReview

Fixes #11869. **Outline of Solution** Introduced a new variable, `isSaved`,into the interface `QuestionSubmissionFormModel`. This variable acts as a state to provide users with a stronger indication upon saving their responses...

**Steps to reproduce** 1. Head to **Sessions** page. 2. On any course, click on **Copy**. 3. You should see this that the `Name for copied session*` has the same name...

a-UIX
good first issue

- [ ] Leverage on Foreign Key / Relations between Entities by a SQL DB for `User`, `FeedbackResponse`, `FeedbackResponseComment` - [ ] Remove `Section` attributes if a relation is to...

committers only

**Environment**: V8.26.0 **Steps to reproduce** https://teammatesv4.appspot.com/web/front/contact ![image](https://user-images.githubusercontent.com/46486515/231967619-6e409df9-19dc-416e-973c-ae4a9d12a3b2.png) **Expected behaviour** Should link to https://teammates.github.io/teammates/index.html. **Actual behaviour** Links to back to [TEAMMATES repository](https://github.com/TEAMMATES/teammates).

s.ToDiscuss

Part of #776. This PR adds an alias `parseDate` for the `parse` function.

Part of #12048. Fixes #12724 **Outline of Solution** FeedbackResponses: - Update `giver` attribute to use `User` entity instead - Update `recipient` attribute to use `User` entity instead FeedbackResponseComments: - Update...

s.Ongoing