You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want a way to import a list of transactions (e.g. from a bank export)
Desktop
On desktop, this can be one big table with most of the data pre-filled, requiring as little user action as possible
Notes:
For non-existing accounts, we show the same dropdown (incl. "create xy") as we do in the transaction form
How to display duplicate transactions? (i.e. transactions that have already been imported before and therefore already exist)
After clicking "import all"
disable form, show loading animation
send individual requests (this will become easier once the backend supports bulk create)
Update rows as responses come in: either "✅ success" or the according error message
Once all responses are in: Either redirect to / (everything successful) or fade out all successful rows, re-enable the form, scroll to top, show an alert and all the error messages
Mobile
On mobile, it should lead the user through the import, transaction by transaction
The text was updated successfully, but these errors were encountered:
We want a way to import a list of transactions (e.g. from a bank export)
Desktop
On desktop, this can be one big table with most of the data pre-filled, requiring as little user action as possible
Notes:
/
(everything successful) or fade out all successful rows, re-enable the form, scroll to top, show an alert and all the error messagesMobile
On mobile, it should lead the user through the import, transaction by transaction
The text was updated successfully, but these errors were encountered: