Skip to content
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

Feature Addition: Contact Us and About Pages #6

Open
5 tasks
FOSSit opened this issue Apr 13, 2024 · 0 comments
Open
5 tasks

Feature Addition: Contact Us and About Pages #6

FOSSit opened this issue Apr 13, 2024 · 0 comments
Labels

Comments

@FOSSit
Copy link
Owner

FOSSit commented Apr 13, 2024

Description

This issue proposes the implementation of two new web pages:

  1. Contact Us: This page will provide users with a convenient way to reach out to us. It should include:

    • A contact form with fields for name, email (optional), and message.
    • A submit button to send the message.
  2. About: This page will showcase project information and resources. It should contain:

    • Project description and purpose.
    • Relevant links (e.g., project website, documentation, team members).

Technical Considerations (Contact Us)

  • Leverage SQLite database to securely store submitted contact information.
    • Create a table to store user names (optional emails), and message content.
  • Implement form validation on the client-side (JavaScript) for basic validation (e.g., required fields, email format).
  • Consider server-side validation (if applicable) for added security.

Checklist

  • Design and implement a Contact Us page with a form.
  • Establish an SQLite table to store contact details.
  • Integrate form submission logic to save data in the SQLite database.
  • Implement basic client-side form validation.
  • Develop an About page with project information and links.
@FOSSit FOSSit added the medium label Apr 13, 2024
@shiva-shanmugam shiva-shanmugam mentioned this issue Apr 14, 2024
Closed
Prax860 added a commit to Prax860/Crop-Recommendation-System that referenced this issue Apr 14, 2024
vinayak-19g added a commit to vinayak-19g/Crop-Recommendation-System that referenced this issue Apr 14, 2024
dormeneur added a commit to dormeneur/Crop-Recommendation-System that referenced this issue Apr 14, 2024
@dormeneur dormeneur mentioned this issue Apr 14, 2024
Closed
@msquarex msquarex mentioned this issue Apr 14, 2024
Closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant