Details:
The object in the Json file is mislabelled. This may confuse users who are manually editing the file and see a random object named "persons:"
Steps to reproduce:
Run the application.
Exit the application.
Go to the data/addressbook.json
Open it with your file editor of choice
Expected:
A properly labelled object either interviewApplications or applications etc.
Actual:
An object called persons
Screenshots:
Rationale:
This could be extremely confusing to users as they may not know what they are editing. (It was confusing to me when editing the storage folder too!)
Details: The object in the Json file is mislabelled. This may confuse users who are manually editing the file and see a random object named "persons:"
Steps to reproduce:
Expected: A properly labelled object either
interviewApplications
orapplications
etc.Actual: An object called
persons
Screenshots:
Rationale: This could be extremely confusing to users as they may not know what they are editing. (It was confusing to me when editing the storage folder too!)