feature/#26_enhance_storage_stock_display #37
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
2 Participants
Notifications
Total Time Spent: 10 hours
Due Date
sst
10 hours
No due date set.
Dependencies
No dependencies set.
Reference: mhu/shimatta-kenkyusho#37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#26_enhance_storage_stock_display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Got the stuff to work for me.
...did no excessive test of the overall function after changing this...
The performance did suffer a bit due to the recursions added for the number of parts annotations and the dynamic description foo...
...still feels good enough on my debug system - if you see an Issue I can try to profile and improve the performance again.
...But I value the new features more than the performance right now - if this becomes a problem in the future we still can disable it.
The search for storages is quite bad as there is no good way to search for the full path (except autogenerating a database field containing the path cyclically) - so the way to go is copy paste the uuid of the storage to move a stock to...
Can you add your latest migrations to the repo?
I get a warning, that the models contain chainges that are not yet reflected in the migrations:
These are missing:
Other than that, it seems to work for me. The thing with the django templating for the component parameters is nice :) We need to document this somewhere. Probably make a help page on the app itslef to show some examples of the possibiliteis. i was only able to get it working by reading the source :)
...added the missing migration.
...just the adding of help texts - did not expect this to be migrated to the db at all (it worked without migration as well)
...I would prefer adding a UI to configure the template including a live preview of a selected component.
...added it as a new ticket: #38