Skip to content
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

Feature Request - allow container positions to accept decimal dimensions #6767

Closed
Jegelewicz opened this issue Sep 25, 2023 · 7 comments
Closed
Labels
Enhancement I think this would make Arctos even awesomer! Priority-High (Needed for work) High because this is causing a delay in important collection work.. testable feature is running in test, feedback is welcome
Milestone

Comments

@Jegelewicz
Copy link
Member

Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

When creating positions in a container, I enter the following:

position length = 2.79
position width = 2.79
position height = 7.5

and what saves is

position length = 2
position width = 2
position height = 7

NOT useful when the containers in these positions have the following dimensions

length = 2.69
width = 2.69
height = 7

Describe what you're trying to accomplish
A clear and concise overview of the goals; why are you asking for this?

Faithfully record dimensions of stuff

Describe the solution you'd like
How might we accomplish your goals?

Allow decimals at least to two places in position dimensions. Especially since the numbers I have are conversions from inches - trying to fudge everything so that the containers will fit into positions and the box will fit into the cabinet is a huge drain on my time/energy. If I could just record the actual measurements, life would be so much simpler....

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Make up stuff so that things will work.

Additional context
Add any other context or screenshots about the feature request here.

See also ArctosDB/dev#39

Priority
Please assign a priority-label. Unprioritized issues gets sent into a black hole of despair.

@Jegelewicz Jegelewicz added Enhancement I think this would make Arctos even awesomer! Priority-High (Needed for work) High because this is causing a delay in important collection work.. labels Sep 25, 2023
@Jegelewicz Jegelewicz added this to the Needs Discussion milestone Sep 25, 2023
@dustymc
Copy link
Contributor

dustymc commented Sep 25, 2023

How do I re-create?

@Jegelewicz
Copy link
Member Author

Jegelewicz commented Sep 26, 2023

Set up a container with positions then assign position width 2.79. Save and then go back to the position (via the edit thing in the parent container) and see that the width is "2". I know it is 2 because my child container with width of 2.69 won't fit in there.

@Jegelewicz
Copy link
Member Author

image

image

image

image

@dustymc
Copy link
Contributor

dustymc commented Sep 26, 2023

Thanks. That's a bug (I think from recent postgres upgrades) and it involves both back and front end - there's no way I can patch it in the middle of a development cycle, I'll get it in next release, perhaps that should be expedited....

@dustymc dustymc modified the milestones: Need More Information, 3.2 Sep 26, 2023
@Jegelewicz
Copy link
Member Author

I can fudge things to keep moving - but it really isn't ideal. I will let you know if it becomes a real roadblock.

@dustymc
Copy link
Contributor

dustymc commented Sep 26, 2023

Positions are by design very difficult to change - please don't do anything that isn't correct.

And I'm more worried about others surprising themselves with giant messes - maybe I should just shut the form off??

@Jegelewicz
Copy link
Member Author

maybe I should just shut the form off

That is a hard NO - I bet MSB is using this on the daily and I need it for setting up OGL NOW (and for their freezer boxes it doesn't matter as positions in them are standard as 1,1,4). I'll hold off on the weird boxes where I noticed this for now.

@dustymc dustymc added the testable feature is running in test, feedback is welcome label Sep 27, 2023
@dustymc dustymc closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement I think this would make Arctos even awesomer! Priority-High (Needed for work) High because this is causing a delay in important collection work.. testable feature is running in test, feedback is welcome
Projects
None yet
Development

No branches or pull requests

2 participants