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
Think: add currency flag?; use facet?; search box with type ahead - csv file?; needs spec
What is in hrea? probably label and symbol
Configure Units, pick from OM list, add user overrides. To make it easier, we could require the user to enter the OM unique unit id. We'd have to help them with that, which is fine for awhile.
The text was updated successfully, but these errors were encountered:
I'm realizing we should get enough of this done to avoid a data conversion later. That means we need at least the eventual proper id referenced by all the hasUnit properties.
So I'm moving it to the Planning milestone.
Minimal implementation [EDITED 12/5]:
Here's the current VF schema
I'm not sure what is now in hREA, but minimally we'll want omUnitIdentifier (simple string), label, overrideLabel. I don't think we are using symbol anywhere, so we can skip that unless we are. But if it is quick, let's just put all of the above in, for future use.
List page with modal add and edit for just the three above. It can go in the upper right dropdown menu, "Units". Modal for (at least) the 3 listed above.
Change wherever in the app is using units to use the new data store, not an existing hard-coded list, if that is how it is. Show the override label in dropdowns and displays.
Here's the CFN data, not that it necessarily matters for adding the page. but fyi to test:
id: one, label: one, override: ' ' (a space, or whatever will work for that)
id: poundAvoirdupois, label: pound (avoirdupois), override: pound
3 days
CRUD UI (skip delete), show override if exists
Think: add currency flag?; use facet?; search box with type ahead - csv file?; needs spec
What is in hrea? probably label and symbol
Configure Units, pick from OM list, add user overrides. To make it easier, we could require the user to enter the OM unique unit id. We'd have to help them with that, which is fine for awhile.
The text was updated successfully, but these errors were encountered: