doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

Migration: confirmation-modal component #846

Open s223749059 opened 4 months ago

s223749059 commented 4 months ago

Description

Migrate the confirmation-modal component from CoffeeScript and Angular.js to TypeScript and Angular. The component is used at unit-tutorials-list component. It creates a confirmation dialog when users decide to delete a unit task. The action can be performed under aconvenor and aadmin account privileges.

How Has This Been Tested?

Before:

sit782_migrate_confirmation_modal_doubtfire_lms_before

After:

sit782_migrate_confirmation_modal_doubtfire_lms_after sit782_migrate_confirmation_modal_doubtfire_lms_delete_function sit782_migrate_confirmation_modal_doubtfire_lms_cancel_function

Testing Checklist:

Checklist: