05-01-2023, 03:02 PM
(04-25-2023, 10:17 PM)TempodiBasic Wrote: Hi NasaCow
more feedbacks :
writing data of a student,
-> the fields are not selectable by mouse,
-> the fields are not navigable by keyboard (no Tabs or/and directional keys are allowed to move focus from a field to another)
-> Wrong data in not editable (for example I type wrongly as year of birth 1998 while you allowed a range 1999-2100 so I stuck in this field, see screenshot)
-> about @, I confirm that from my keyboard I cannot type @. On my keyboard it is the third character (got by using AltGrad) of the key standing on the right and low of the Enter key. While in the IDE it works well.
-> about the overlapping Phone number field and Mather's/Father's email, you could align the email fields vertically to Nick Name field.
--> in Student Roster window I can navigate the list of students by cursor keys UP/Down but this list contains also the menu navigation voices "Previous Page, Next Page, Back"
I think that these are point of evaluation about how to develop the program.
Thank you for these issues. Some of these are on my to do list. With GLI added to the project, I will be going back to make it more user friendly in the near future after I finish coding the add assignment module (almost finished)
With the current release:
-> the fields are not selectable by mouse,
Coming soon. With the GLI from library from Terry, I have a way to make it work great with the mouse. It is on the to-do list.
-> the fields are not navigable by keyboard (no Tabs or/and directional keys are allowed to move focus from a field to another)
See above
-> Wrong data in not editable (for example I type wrongly as year of birth 1998 while you allowed a range 1999-2100 so I stuck in this field, see screenshot)
Being trapped, though the year is not clear, it is waiting for a proper year to be entered (all students should be born after 1999 at this point...)
-> about @, I confirm that from my keyboard I cannot type @. On my keyboard it is the third character (got by using AltGrad) of the key standing on the right and low of the Enter key. While in the IDE it works well.
I do wonder what is causing this... Not sure but with the planned changed over, I would love you to try it again when it is ready....
-> about the overlapping Phone number field and Mather's/Father's email, you could align the email fields vertically to Nick Name field.
Good idea, with the redesign, I will look more closely at this.
--> in Student Roster window I can navigate the list of students by cursor keys UP/Down but this list contains also the menu navigation voices "Previous Page, Next Page, Back"
These commands should be unselectable with less than a full page of students though the commands are 'grayed out' Maybe it is best to hide them instead?
I appericate all the feedback and thank you for taking the time