guille10k / slalomManagerWeb

0 stars 0 forks source link

Eliminate 'Save for later' button #1

Open guille10k opened 3 years ago

guille10k commented 3 years ago

We should eliminate the button 'Save for later'. There will be one button called 'Save' and another one called 'Check team'.

If ('Check' && Errors) { Red notification (Errors); }else{ Green notification ('Your team is ready to go!'); }

If ('Save' && team not complete) { Alert('Team not complete. Saved for later'); }else{ Alert(Current message 'You joined the league... blablabla'); }

Captura de pantalla 2021-05-29 a las 18 13 55