-
Notifications
You must be signed in to change notification settings - Fork 283
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
Shortend URL Public Statistics Page #101
Comments
@origranot I can happily work on this, also I have another list of features we can include this this nice project |
Go for it! |
@aigdonia Any update? |
My work in progress, I had to add storage for counting the visits, this took more than expected, I'll push my work today |
@aigdonia Great! |
How would you do this count? I imagined creating a key with the following pattern: |
Hey @JoaoVictor6, we are working to add another database to store authentication and details about every url. We are still working on it, I hope we will finish soon 😮💨 |
@origranot I want to take this challenge. But first, was there any research done regarding storing additional details on each URL using Redis? Is there anything else used infrastructure-wise? |
In-order to understand the current data we store on each link and visits you can check out the Prisma schema. |
No problem, wrote you everything I need to know (I think) on discord |
@Senior-ai |
@UrielOfir yeah I made a pr, I just need extra time for making sure all of the backend works properly for this feature |
In Order to make a value for this App not to be another URL shortener, I believe we need to add some numbers.
As A short URL creator I need to track some statistics for the link I just created, I suggest the following number:
Acceptance Criteria
<domain>/<shortened_link>/stats
.The text was updated successfully, but these errors were encountered: