swsnu / swppfall2017

22 stars 17 forks source link

[HW1] typescript pop-up and modal meaning #29

Open ahnjaeshin opened 7 years ago

ahnjaeshin commented 7 years ago

Does pop-up and modal have different meanings in : "produce a pop-up listing out which forms to check and correct" "it should show a modal indicating that it had been successfully submitted" and is there a special way we should implement these two, or can I just use the alert functions for both pop-up and modal.

Thank you.

wonook commented 7 years ago

Pop-ups and modals are used as the same meaning in the context. Just a simple alert function will be fine for both of them.