Integrating the link page for the logged in user.
Palak-137 opened this issue · 22 comments
A user who is already logged in should be able to make access the custom link page where he can add a custom alias for the URL. the page is already built we just need to integrate it with the current application.
This will help the user to access the various feature after logging in only.
If this issue is still available, I can work upon it.
Some insights on how it will be implemented -
- Creating a page of alias management (frontend) - where user can create, delete or read alias.
- Creating api's to manage aliases of a user.
- While a user is minifying a URL - he/she can select the aliases from his/her list.
- While user is adding a URL we will check if the alias has been selected or not.
- If alias is present - use that alias.
- else generate an alias and save the URL.
@himanshusanecha This one just for linking/integration
Check #67 > Here the custom link page is already created.
Are you willing to integrate?
I would like to work on this issue under GSSoc 22 .please assign it to me
Go ahead @Devmindtk
Go ahead @Devmindtk
could you please help me I am not able to run it into my localhost
@Devmindtk
Clone the Repo and follow here
https://github.com/BRAVO68WEB/url-minify/blob/main/HOW_TO_CONTRIBUTE.md#for-front-end
@Devmindtk What's your progress?
@Devmindtk What's your progress?
I know the solution of issue but facing issue to run this project on my localhost.
@Devmindtk What is the issue?
Make sure you configure .env in order to run the project.
Can I work on this issue?
@Devmindtk any updates?
Yeah try to solve will update you by today
@Devmindtk If you got any query/problem you can discuss it on discord.
@aadityasinha-dotcom any updates
@aadityasinha-dotcom any updates
Can you tell me what changes have been made to the login page?
You just need to do this.
When ever someone clicks on Create Link from Dashboard, open the Page and integrated it with backend.
When the user is setting his custom, make a get request simultaneously to check weather it is available or not.
If available show below the text box in green color that "Alias is available" or in red "Alias is not available"
You just need to do this.
When ever someone clicks on Create Link from Dashboard, open the Page and integrated it with backend.
When the user is setting his custom, make a get request simultaneously to check weather it is available or not. If available show below the text box in green color that "Alias is available" or in red "Alias is not available"
Page component is already created only integration left
Okay, got it.
@Palak-137 or @satyam-mahajan Can you fix this?
is this issue still open?
Yes