-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
Platform UI #5212
Comments
@SchrodingersGat I added the issues/PR that currently cover the tasks |
|
As part of #6543 / matmair#174 I have tried to factor out and remove CUI to discover dependencies between REST API, CUI and tests. Overall we are pretty good decoupled, there are a few tests that need to be rewritten - which I have marked with TODOs. |
@matmair my two major priorities after the pending
|
Suggested additions for 1.0 or beyond:
Comments / thougths @inventree/triage @inventree/maintainer ? |
The "Part" page is marked as complete, but it seems to be missing the ability to download a part image from a URL. I don't see a tracker for that feature here 😢 . |
@BryanJacobs @institutohidraulica please open either disucssions in #5328 or new issues; this epic is for tracking open work |
@SchrodingersGat I do not think we should implement this with the switch to 1.0 as that will lead to a lot of broken links. IMO there is a need to build some kind of translation layer between old and new links. I used to have the CUI links in the ModelInformationDict but that seems to have been removed - so something similar has to be re-engineered to not break a lot of links. |
@matmair ok let's work out a way forward then - I would like to see the prefix removed if possible. The ModelInformationDict is a good idea for a translation layer, looks like I have culled those (sorry)! Should we look to remove the prefix entirely, or replace it with something generic like 'web'? |
Ok, looks like this was removed as part of your PR to "Remove CUI": https://github.com/inventree/InvenTree/pull/8384/files# |
Something I noticed today while poking around the new UI with my production database... and not sure where else to put it so I'll ask here for now. Are there plans to support the "tree" view for tables in the new UI? I was surprised to find that missing when looking at the BOM for an assembly that has sub-assemblies. The icons indicating whether the part is an assembly, trackable, etc are helpful and also appear to be missing. From a quick google search, the mantine datatable library appears to have nested table support, but I'm not sure if this was an intentional omission, if I'm missing something, or its just something that hasn't be implemented yet Overall, the PUI is getting better and better and as always I appreciate everyone's hard work on this. EDIT: looks like I should have added this in #5328... my mistake |
Overview for the porting of classic UI to Platform UI. Follow up to #3901 #2789
Workflows
Backend
Docs
Frontend base
Frontend pages
Plugins
Needs to be handled before next stable - follow-ups
try this out in the new ui
@wolflu05 #6554IS_DEV_OR_DEMO
for playground as suggested in https://github.com/inventree/InvenTree/pull/5359#issuecomment-1654593807 #5452In the future (tm) - follow-ups
Upvote & Fund
The text was updated successfully, but these errors were encountered: