distantnative / retour-for-kirby

Kirby CMS plugin to manage redirects and track 404s right from the Panel
https://distantnative.com/retour-for-kirby/
MIT License
135 stars 15 forks source link

Order by Date in Table #344

Closed veryrobert closed 7 months ago

veryrobert commented 8 months ago

Order redirects by date added in table

If you have a large list of redirects it becomes extremely hard to follow and track what and when was added if you can order by date in the table view.

distantnative commented 8 months ago

So you want to order by creation date not by date when the redirect was last used?

veryrobert commented 8 months ago

Yes, most of the time when we use it, we have a list of redirects that need to be moved across. After you add them, they disappear instead of being viewable by date created. So, I typically view the .yml file to cross-check where I’m at. It becomes more difficult when moving across environments or if a client is handling the redirects themselves.

distantnative commented 8 months ago

After you add them, they disappear

They aren't in the list anymore? Can you provide a screencast so I better understand the indue, please?

veryrobert commented 8 months ago

After you add them, they disappear

They aren't in the list anymore? Can you provide a screencast so I better understand the indue, please?

Sorry, they are in the list – but as you can't order by date created it's hard to see where you have left off if you have a considerable amount of redirects to go through:

https://capture.dropbox.com/yKUFt0L8BB9ZTzJo

distantnative commented 7 months ago

The next version of Retour will not sort automatically by the Path column by default.

With that, new redirects get always added on top (they always have been in the data structure, just the automatic sorting has been hiding this).