I am working on a web app that helps people manage their finances.
the app requires users to manually enter key financial transactions on a weekly basis, and there is a strong requirement to make the process as short and friendly to users.
which would be a better approach to this problem -
- display a data grid, where the user enters the data and uses the keyboard to switch from one data field to the next
- display a modal window with a form to take in user data
- another solution?