sarthakm21 / WorkTrack

A nodejs, express and mongodb based productivity tracker application.
https://work-track.herokuapp.com/
6 stars 19 forks source link

Improve the alerts and confirms #7

Closed sarthakm21 closed 4 years ago

sarthakm21 commented 4 years ago

As of now, the application uses simple js alerts and confirm messages for warnings and confirmation. Instead, implement custom dialog boxes for alerts and confirmation with a better UI that matches the overall theme of the app.

shyamTayal commented 4 years ago

Can I work on this one? Please assign

sarthakm21 commented 4 years ago

@shyamTayal go ahead :)

kumarmanish03 commented 4 years ago

I want to work on this

sarthakm21 commented 4 years ago

@kumarmanish03 go ahead

Ranveer251 commented 4 years ago

I want to work on this

Ranveer251 commented 4 years ago

@sarthakm21 please assign me

sarthakm21 commented 4 years ago

@Ranveer251 assigned it to you

AlacritousCreature commented 4 years ago

Hey! I want to do it, if it isn't done.

sarthakm21 commented 4 years ago

@Ranveer251 any updates? Or should I reassign?

sarthakm21 commented 4 years ago

@AlacritousCreature assigned to you

AlacritousCreature commented 4 years ago

hey @sarthakm21 ! in this app it uses custom JS alerts and confirms in Addwork section only for clearing the data and to for title, and elsewhere it uses flash.js to show error/success message. So, is it to remove flash and add another better one, or only add another one where custom alerts were used?

sarthakm21 commented 4 years ago

I'm talking about the javascript alert and confirm dialog boxes, not the flash messages. The dialog boxes are used when users try to clear data on the add work section, and when they try to delete or share the data on the home page and also when they try to delete a post from the inspire me section. I want these confirm dialogs to be replaced by something better looking (most probably through an external library)