kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Incorrect messages during new repository creation with name field left blank #285

Closed bpat714 closed 5 years ago

bpat714 commented 5 years ago

Observed Behaviour Currently when new repositories are created without a name, the application displays incorrect messages. The messages suggest that a new repository was created when in fact it wasn't.

Steps to reproduce: 1) Run application (npm start) 2) Create a new repostiory 3) Specify a path to save the repository 4) Observes the error messages

repoerror

Preferred Behaviour When a new repository is created without a name the process should be prevented and an error message should pop up clearly stating the error or maybe highlight the missing parameter (name of repository section).