-
Notifications
You must be signed in to change notification settings - Fork 31
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
WIP: IMCA Shipments #136
WIP: IMCA Shipments #136
Conversation
If I want to export a shipment to CSV from the Shipment view, I have to click the "Import from CSV" button which takes me to the "Import from CSV" view where there is an "Export to CSV" button that I can press. This is not intuitive (i.e., clicking the "import" button when I want to "export"). It would be better if there were another button on the Shipment view called "Export to CSV" right next to the "Import from CSV" button. Or maybe easier would be to change the label of the "Import from CSV" button to "Import/Export CSV" or "CSV Import/Export"? Or maybe some other approach that I haven't thought of. |
…pi, add prop code filter to containers
Resolved in 3feb552 |
STATUS: function(m) { | ||
var status = 'skipped' | ||
if (m.QUEUEDTIMESTAMP) status = 'queued'; | ||
if (m.R > 0) status = 'recieved' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo: recieved
should be received
.
@stufisher - can this PR be closed? It looks like #239 supersedes it? |
Adds:
And the two db changes:
DiamondLightSource/ispyb-database#46
DiamondLightSource/ispyb-database#43
DiamondLightSource/ispyb-database#47