social-platform-donut-frontend
social-platform-donut-frontend copied to clipboard
This is an Open Source social Platform where people can interact with Open Source expertise around the globe and work on different projects
Before  After Changes 
In response to issue #577 i raised
I have added a stronger password pattern in the sign up form according to this "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$" which is equivalent to Minimum eight characters, at least one uppercase letter, one lowercase...
We can use stronger password validation by using a better password pattern. currently, it only requires a minimum of 6 characters but it is insecure. We should have a minimum...
Initial commit for ticket system. Currently working on the changes requested by Siddharth and Jaskirat,
Containerize
Signed-off-by: K mehant ### Todo list: - [X] container config for publishing - [X] container config for local development - [x] GitHub workflow for build and push container image -...
The functionality will be mostly similar to GitHub PRs and Issues and these could be looked at for inspiration. - **UI Expectations** - **Phase 1** - A Searchbar where a...
The main left-hand side navigation panel is seemingly different from what's requested from the designs at https://www.figma.com/file/iZvb7rLYRp3Di3wILVQ7V9/CodeUino-Donut?node-id=2827%3A5663 . Changes should be made to make it look more consistent with the...
**Feature Request** The edit, share, and delete post functionalities made available through the backend must be implemented on the frontend. **Additional Context** I will be working on this.
**Issue** A separate UI is required for the integrations page as mentioned in the designs at https://www.figma.com/file/iZvb7rLYRp3Di3wILVQ7V9/CodeUino-Donut?node-id=2481%3A0 **Additional Context** I will be working on this.