v14 RC4 - Backoffice nitpicks / potential bugs #16392
Replies: 6 comments 4 replies
-
Thanks @OwainJ, we very much appreciate the feedback! 🙏 A few quick thoughts of my own... 1. Create DocType Menu spacing I agree, it niggles me too, (and I built that part!) The difficulty I had at the time was wanting to reuse UUI components for UI/UX consistency... and the I'm totally open for alternative UI suggestions, (that are consistent with the backoffice, of course) 😃 2 and 3. Document Type UI You're right, those need some styling TLC. 💯 4 and 5. Numerical IDs Interesting to hear this, as the shift from I'm curious what you use them for @OwainJ? (I mean to the point where you'd query the database for them.) |
Beta Was this translation helpful? Give feedback.
-
I'd agree about numerical IDs. I defy anyone to be able to remember a GUID. Numbers are much more human friendly and much easier to input. |
Beta Was this translation helpful? Give feedback.
-
@OwainJ btw. I would encourage you to create issues for 1-3! 😊 |
Beta Was this translation helpful? Give feedback.
-
+1 for showing node IDs in the back office. It's nice that there's a goal to replace them with UDIs eventually, but until such a time as they're deprecated wholesale, it makes no sense to arbitrarily restrict what information we can view in the back office. |
Beta Was this translation helpful? Give feedback.
-
For the ”numeric id”-discussion. I was in that team but I found that I could just use the backoffice search and search for the numeric id which works great :) Considering the complexity involved in supporting both - I would say that the most pragmatic approach is to change the habit of pasting numeric id in the adress bar with searching for it :) |
Beta Was this translation helpful? Give feedback.
-
That's not my use case - I use the node ID as a parameter in a custom controller method to specify where to retrieve content from, and being unable to find the node ID within the back office interface is a significant obstacle to efficient testing. If the intention is for node IDs to not be used for development purposes with a view to eliminating them entirely, then the field in the API should be marked as such. |
Beta Was this translation helpful? Give feedback.
-
Thought I'd write down some of my nitpicks with the new backoffice:
Posting this now so I don't lose what I've written, but will look to update more when I test again tomorrow.
1. Create DocType Menu spacing
The spacing around the icons and the text sizing, on the Create DocType (and other types) blade menus, looks off to me:

The spacing looks much better on v13 imo:

2. Add tab bar spacing
The spacing on the

Add tab
bar, of the DocType creation dashboard, lacks spacing and looks very squished; especially around theCompositions
andReorder
buttons:Whereas on v13, the spacing looks much better:

3. Inherited properties seem to be missing styling
Properties that are inherited from a composition, seem to be missing styling when editing a DocType:

vs how inherited properties look in v13:

4. Backoffice Node URLs now use the node's key instead of it's numerical ID
This is more of a personal annoyance, I quite often need to quickly find a node in the backoffice by it's numerical ID, and it's really nice being able to simply edit the ID in the URL to quickly go to the node.
5. Numerical IDs are no longer shown on the node's info tab
I get it, we're moving to using the GUID Keys instead if the numerical IDs; but since the numerical IDs are still present and used all over the place, then we should still be able to find them easily in the backoffice. (I don't want to have to query the database to find the ID)
Beta Was this translation helpful? Give feedback.
All reactions