-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Remove export and import buttons from left FAB in Contacts #2338
Comments
The FAB lets you export just the places that match a given filter so this change will reduce the functionality. |
that is correct. we don't know of anyone using it as such right now. we On Wed, Jun 1, 2016 at 3:04 PM, Gareth Bowen [email protected]
P.S. Join our community. Sign up for Medic Mobile's newsletter Dianna Kane | Senior Designer |
Is there a reason this is not labelled |
I've created a new configuration page for Contacts which has the Import/Export functionality. In lieu of a design for this page I've done something functional but not perfect. |
|
No idea - I'll look into it.
Yes.
I'm using the same translation key as the "Contacts" tab so when we update that one this one will change too. Consistency! |
Got as far as the download system popup, clicked download, AFAICT the data to send was still there as far as here: https://github.com/medic/medic-webapp/blob/master/static/js/modules/ajax-download.js#L25 |
Anything in the api log? |
@estellecomment Please raise that as a separate bug - it no doubt existed on the old modal based system too. |
Moved import/export into what used to be the export configuration page. Put tabs so each entity type can have its own space. Add spinners and snackbars to update on contact import/export progress.
@estellecomment Other than that bug I think this commit ticks off all your other comments. |
What @garethbowen said!
We have multiple types of things to import / export so we might not want to get too granular in our break-downs. Import: records, contacts. Export: records, contacts, messages. I could see us re-integrating export into the tabs once we get our filters re-designed, but import will likely stay as a config-only option, so maybe we break it down along those lines? |
The admin page has been broken down by type which is good enough for now. We can review again when exporting is added back to the FABs. |
Tidy up other export tabs to be consistently styled.
That last commit removes the Export button from the FABs on Messages and Reports as discussed with @diannakane |
UI looks great, I like the tabs! One last thing : the icon for Import/Export should have arrows going both up and down. |
I looked for one in Font Awesome but couldn't find one. I could stack but it's a PITA. Do you recommend one? |
There's this one, and maybe stack on a circle : Or that one, that you can rotate with |
Part 1 - Remove export/import from Contacts left FAB. This will be done from Configuration.
Part 2 - Add import/export places from Configuration
The text was updated successfully, but these errors were encountered: