shyamtawli / devFind

devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.

Home Page:https://dev-find.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat ✨]: graphically add user information

devlopersabbir opened this issue · comments

What feature?

I'm thinking about that, we can add new user(developer) information from our website. like when someone clicks on Add your profile button then shows a modal to collect data, and then appends that data into public/data directory.

Add screenshots

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Welcome, @devlopersabbir! Your issue is like a spark that ignites innovation. We're thrilled to dive into it and work together to find a solution.

Soon the maintainers/owner will review it and provide you with feedback/suggestions.

👋 Greetings, @devlopersabbir.

The matter has been previously discussed in the following issues: #409, #686. It has been noticed by the owner that the project is currently undergoing migration to Next.js. Upon completion of this migration, the backend logic for the feature you mentioned can be implemented.

This is definitely a nice feature that would make the project more user-friendly and improve the overall experience. However, storing the data in a public folder does not sound good for me. It might be reasonable to switch to a database for storing the data instead of storing it locally.