Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding Add feature #93

Open
WilliamRyank opened this issue Sep 25, 2019 · 2 comments
Open

Question regarding Add feature #93

WilliamRyank opened this issue Sep 25, 2019 · 2 comments

Comments

@WilliamRyank
Copy link

Our team will have around 10 fields for each person type. Since we feel that typing a whole string is quite messy, we came up with an idea that for adding, it will be more like form. So when we type add, it will create a form with all the fields and their values are empty. Then the app will prompt like Name? then the user will type in the Name, everytime the user type in a field's value, the form will be updated so the user will now whether what he has inputed is correct. Then he can undo if he input wrongly. Is it advisable to have such feature?

@damithc
Copy link
Collaborator

damithc commented Sep 25, 2019

I wouldn't block such a feature but I wonder if a fast typist would find filling forms "slow". Imagine filling a form to perform a git task that has many flags/parameters; novices might find it useful but advanced users will prefer typing it as one string. The ideal is if you provide both modes. Also, try to cut down the number of fields or make most of them optional.

@WilliamRyank
Copy link
Author

Okay prof, thanks for your suggestion. Yeah cause i do think there is a benefit in making such a feature, as our application will be used by hospital and people need to be careful and typically the user will want to double check if what they keyed in is correct. Will try to do both modes. Thanks prof!

@damithc damithc added the week.6 label Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants