Skip to content
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

Feature request - show archived URLs in Blazer UI #99

Open
fs366e2spm opened this issue May 31, 2020 · 6 comments
Open

Feature request - show archived URLs in Blazer UI #99

fs366e2spm opened this issue May 31, 2020 · 6 comments
Labels
enhancement New feature or request feature feature-request frontend help wanted Extra attention is needed Serverless-Backend Serverless Backend

Comments

@fs366e2spm
Copy link
Contributor

fs366e2spm commented May 31, 2020

Hi,

As now URLs can be archived, how can they be seen? Can an option be implemented to show either

  • only archived links or
  • active AND archived together?

┆Issue is synchronized with this Trello card by Unito

@AK0785
Copy link
Contributor

AK0785 commented May 31, 2020

Just for context, I had some early discussions on this with @FBoucher and @kmm7 during the implementation of Archived URLs. The general consensus was there is limited value and the UI would probably become confused. It could be done, but it would require a separate table in all likelihood to ensure that the User had clear context for whether they were viewing Live or Archived URLs. What would the Use Case be for wanting to see Archived URLs? I presume if you have Archived them, you are no longer using the shortened version?

@fs366e2spm
Copy link
Contributor Author

fs366e2spm commented Jun 1, 2020

Thanks for explaining the context and that you already had this discussion.
I'm currently not sure why two tables would be required as if I'm right all URLs the active and the archived ones are in the UrlsDetails table. So it would be just a "UI" thing to display archived ones as well or not (please correct me if I'm wrong).

If it makes sense or if it confuses is another story.

  • My use case(s) I'm thinking of is that a "general" vanity URL has been archived but at a later time I would like to re-use the same vanity URL again. Or I'm not sure if I set it already. Sure I could look up directly in the database but maybe normal users don't have this possibility.
  • Another use case- the clicks are already displayed in the Blazor UI. If I would like to see the clicks for an archived URL this could be in the same UI just displaying the archived URLs as well.
  • Or just to check to which Url an archived one pointed to
  • and I guess I could find more

My "problem" I see, once a vanity URL has been used, it's blocked forever. Either I can re-activate it or create a new URL with the same vanity URL (which counts the click independent of course).

Just as an idea for another issue/request how it could be solved - input of course very welcome:
This could also be solved in another way, not using the rowkey column as key but using an internal key and checking if an active url with the wished (vanity) short URL is there (column ID would already be there).
Or of course provide a possibility to complete delete an archived URL so the same vanity URL can be re-used with the consequence that the old click history gets lost.

@FBoucher
Copy link
Collaborator

FBoucher commented Jun 3, 2020

We definitely need a way to see the archived URLs.

That said should we do it in a new Archived page or have some checkbox (active, archived) on top of the grid that act as filter... I'm open.

@FBoucher FBoucher added enhancement New feature or request feature feature-request frontend help wanted Extra attention is needed Serverless-Backend Serverless Backend labels Jun 3, 2020
@sync-by-unito sync-by-unito bot closed this as completed Dec 10, 2022
@FBoucher FBoucher reopened this Dec 10, 2022
@stevenhayles
Copy link

Archived URLs will still redirect. Is that a bug or do I not understand the purpose of archiving?

@fboucheros
Copy link
Contributor

@stevenhayles totally a bug would you please create a new issue for it please? :)

@stevenhayles
Copy link

Created #510 "Archived URLs generate redirects"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature feature-request frontend help wanted Extra attention is needed Serverless-Backend Serverless Backend
Projects
None yet
Development

No branches or pull requests

5 participants