thedevs-network / kutt

Free Modern URL Shortener.
https://kutt.it
MIT License
8.48k stars 1.11k forks source link

adding Admin Panel #157

Open shakesBeardZ opened 5 years ago

shakesBeardZ commented 5 years ago

I'm thinking about adding an admin area to the project. A simple dashboard to contain a few important statistics about the use of the website and all the users. give your suggestions and what do you think about it.

trgwii commented 5 years ago

Excellent, go for it!

We will probably have more suggestions once you have made something cool for us to check out

poeti8 commented 5 years ago

Sounds like a good idea, we already have a section in the settings page to ban links and it's only visible to the admin. Maybe can add some more actions and stats there.

shakesBeardZ commented 5 years ago

poeti8 so we need to decide what we gonna put in it, then we'll start building it I suggest the following:

  1. Managing all users
  2. Stats about all created short links

and it doesn't need to be on nextjs, it can use just Reactjs plus it can in a different repo and use the same API.

so I'm waiting for your technical suggestions.

poeti8 commented 5 years ago

Yes, those are good for start. Also need to manage links there. I prefer it to be on the app itself, but of course we should provide the the API for people who want to use it in elsewhere.

ahkui commented 5 years ago

any update for admin panel ?

poeti8 commented 5 years ago

Not yet, was busy with refactoring the app. I can work on this after.

Max-hm commented 3 years ago

Hi, Did an admin panel get created or is it still on the roadmap?

Manage users

See and manage all links

Housekeeping

poeti8 commented 3 years ago

All of that can be done via the table, if you login as admin you can search through all links and delete or band them.

Max-hm commented 3 years ago

@poeti8 commented 20 hours ago

All of that can be done via the table, if you login as admin you can search through all links and delete or band them.

Sorry poeti8 I am not sure I follow you. I am surely being a complete n00b and will face palm when you point our my ignorance for all to see :-(. I have set up Kutt and there doesn't seem to be an admin login that I can see. Each user seems to set up their own account that is visible to only them.