Open Issues Need Help
View All on GitHubAI Summary: Update the project's name from "SmartResume" to "SmartCV" throughout the README.md file and potentially the repository description. This includes a global replacement of the old name with the new one, restructuring the README to highlight the change and include new sections explaining the difference between resumes and CVs, region-specific tips, and academic CV templates.
AI Summary: Create a CODE_OF_CONDUCT.md file for the SmartC.V. project, based on the Contributor Covenant v2.1, outlining community standards and expected behavior for contributors. This involves copying and adapting the standard Contributor Covenant text to fit the project's context and adding contact information for reporting misconduct.
AI Summary: Create a CONTRIBUTING.md file for the SmartC.V. project, outlining guidelines for contributing, including issue reporting, pull request procedures, code style, environment setup, and a code of conduct reference. The file should be structured to be clear and welcoming to new contributors.
AI Summary: Create a SECURITY.md file for the SmartC.V. project outlining responsible disclosure guidelines for vulnerabilities. The file should include sections on supported versions, vulnerability reporting procedures (e.g., email or GitHub Security Advisories), and response/fix timelines.
AI Summary: Add a "Back to Top" button to the project's README.md file to improve navigation for users. This involves adding HTML anchor tags or JavaScript to enable smooth scrolling back to the top of the document from the bottom.
AI Summary: Add an open-source license (e.g., MIT, Apache 2.0, GPLv3) to the SmartC.V. repository to clarify the usage rights of the code. This involves choosing a suitable license and adding the corresponding license file to the repository.
AI Summary: Implement a login controller in the Node.js/Express.js backend of the SmartC.V. application. This involves creating API endpoints for user registration and authentication, likely using JWT (JSON Web Tokens) for secure session management. The controller will interact with the MongoDB database to manage user accounts.
AI Summary: Improve the user interface (UI) of the navigation bar in the SmartC.V. SmartResume application. The current navbar, as shown in the provided image, needs a visual redesign to enhance its aesthetics and user experience. This likely involves modifying the styling using CSS (Tailwind CSS in this case) within the React frontend.