Dheepak Ramanathan
Dheepak Ramanathan
**Describe the task** Currently in sims db, most ofthe columns used for money amount are using NUMERIC(8,2). However still some of the columns are not using the above data type,...
**Describe the Bug** During the create/edit of an offering, validation API for offering gets called and it has been noticed that for every keypress the API is getting called twice...
**Describe the task** When a scheduled job of the scheduler(Bull Queue) is manually promoted, then the next schedule is automatically incremented . This seems to be the default behavior of...
**Describe the task** Student application tracker has an existing logic to show `Warning` progress bar for applications if they have one or more failed validations blocking e-cert. This situation is...
**Describe the Bug** The full name search for user names must be working in the same way for users with mononymous name(no first name) and users with first name and...
**Describe the task** Substr is a deprecated method which needs to be removed across the application.  Note: As this method is widely used at file integration to parse the...
**Describe the task** Currently the COE details page in institution is in form.io and needs to be converted to Vuetify like we did for other pages which were not considered...
**Describe the bug** When a form is submitted with valid data, we are trying to reset the form using different ways like 1. `form.resetValue(); form.redraw();` 2. `form.submission = {}; form.resetValue();...
**Describe the bug** When a form is submitted with one or more validation errors in a data grid component, the validation errors appear on the banner at the top of...