As it stands, there are 2 views for com_cache
, default and purge.
Personally I don't see any point in having 2 separate views for actions that are very similar.
Here are the 2 menu items under System:
and I propose we merge them into 1 and put the "Clear Expired Cache" button in the toolbar:
Thoughts?
Labels |
Added:
?
|
That's completely beyond my PHP skillset, so I can't answer that
Category | ⇒ | com_cache Feature Request Templates (admin) UI/UX |
@C-Lodder why don't we go one step further and eliminate com_cache/com_admin altogether and add all their functionality to com_config ?
@dgt41 com_admin is also resposible for the current user edit form as well as updates etc. i don't think we can easily remove the component.
Same for com_cache it serves a complete different functionality scope. (cache vs settings)
hmm is'nt windows control panel or OS X's System Preferences
just a view over different components?
yup, so maybe we can just follow that root and make e.g. com_admin the control panel for joomla. That will remove a lot of unneeded menus and will improve the UX by a big margin
ok so you just want to move the GUI to one unifined one and not move the seperated code. Than
Both ways will work, but I guess creating a simple view with icons is far easier than merging few components to one
Currently i have not enough time for another bigger task sorry. I could only add this to a very long todo list, but i guess this would not help much. Sorry. I can help if someone need advice on implementing that.
But the main problem would be that currently the view is stored with the component. So if you try to have one components you need to go a route like com_categories or similiar.
But what about adding a view to com_config / com_admin where you can jump into the different components?
Priority | Medium | ⇒ | Low |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-10 18:12:33 |
Closed_By | ⇒ | C-Lodder |
@C-Lodder why don't we go one step further and eliminate com_cache/com_admin altogether and add all its functionality to com_config ?