-
Notifications
You must be signed in to change notification settings - Fork 0
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
Processor: Tell the user if we can't process their file #62
Comments
@g105b this relates to what we spoke about earlier |
The flow for this is complete, but I think it could be made to look a bit nicer. When the user uploads something that TS doesn't understand, it'll raise a notification (the bell will turn red). The notification text would be good to explain that we're working on it blah blah, maybe with a link to a page on the website explaining how we are implementing processors for all types of file. How do you think we should word this? |
|
I have created the page |
* docs: move setup guide to wiki * fix: associate cost to user rather than product * test: assert unknown uploads * feature: notification when file is not understood for #62 * tweak: don't notify for new audits * wip: split editor UI * ui: split editor ui * wip: split classes * wip: split percentage ui complete * wip: split percentage ui complete * test: update qa * asset: plus minus icons * feature: splits and profits in product table closes #105 closes #101 * style: splits list + editor * bug fix: profit sum * style: splits list border and margin * test: assertions for profit/balance * test: test profit calculations * ci: wip behat on github actions --------- Co-authored-by: rjbirkin <[email protected]>
* docs: move setup guide to wiki * fix: associate cost to user rather than product * test: assert unknown uploads * feature: notification when file is not understood for #62 * tweak: don't notify for new audits * wip: split editor UI * ui: split editor ui * wip: split classes * wip: split percentage ui complete * wip: split percentage ui complete * test: update qa * asset: plus minus icons * feature: splits and profits in product table closes #105 closes #101 * style: splits list + editor * bug fix: profit sum * style: splits list border and margin * test: assertions for profit/balance * test: test profit calculations * ci: wip behat on github actions * wip: authwave * feature: login via authwave closes #119 * feature: refactor upload manager * build: use new releases on all repos * test: improve tests --------- Co-authored-by: rjbirkin <[email protected]>
* docs: move setup guide to wiki * fix: associate cost to user rather than product * test: assert unknown uploads * feature: notification when file is not understood for #62 * tweak: don't notify for new audits * wip: split editor UI * ui: split editor ui * wip: split classes * wip: split percentage ui complete * wip: split percentage ui complete * test: update qa * asset: plus minus icons * feature: splits and profits in product table closes #105 closes #101 * style: splits list + editor * bug fix: profit sum * style: splits list border and margin * test: assertions for profit/balance * test: test profit calculations * ci: wip behat on github actions * wip: authwave * feature: login via authwave closes #119 * feature: refactor upload manager * build: use new releases on all repos * test: improve tests * feature: account name - new settings panel closes #121 --------- Co-authored-by: rjbirkin <[email protected]>
If a user uploads a statement that cannot be processed, we need to:
The text was updated successfully, but these errors were encountered: