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

Strategy / Ideas #13

Open
romanmyko opened this issue Nov 19, 2023 · 3 comments
Open

Strategy / Ideas #13

romanmyko opened this issue Nov 19, 2023 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation story

Comments

@romanmyko
Copy link
Collaborator

romanmyko commented Nov 19, 2023

Strategy / Ideas

@romanmyko romanmyko added the documentation Improvements or additions to documentation label Nov 19, 2023
@romanmyko
Copy link
Collaborator Author

romanmyko commented Nov 19, 2023

Task DB

  • Create tables (fields) in the database and consider dependencies
  • Add fields to the database for favorite companies. One-to-many relationship.
  • In the system, having a single table for both startups and those seeking startups would result in a unique ID across the system, simplifying navigation.
  • The fields for filling in are determined at the registration stage and may be nullable.
  • The "is_startup" field. Boolean field.
  • The "is_user" field for people seeking startups. Boolean field.
  • The "product_info" . Product Name / Product Description H3/H4 SEO optimization.
  • The "service_info" . Service Name / Service Description H3/H4 SEO optimization.
  • The "common_info" .Title / Description H2/H3 SEO optimization.

Task: log.

  • Come up with the content of a log file.

Task: Graphic media content.

  • Devise a system for content creation and storage.
  • Standards for processed content.
  • File size and processing standard.

Small tree
├── README.md
├── requirements.txt
├── sample.env
├── manage.py
├── administration
├── authentication
├── forum
├── profiles
├── media
│   ├── image
│   ├── logo
├──templates
│── static

*generated on the frontend or on the backend, the path is stored in the database
** automatically on the backend the path is stored in the database, it is used for small images on the frontend

@romanmyko
Copy link
Collaborator Author

add Api and templates

@romanmyko
Copy link
Collaborator Author

v3 date 7.12.2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation story
Projects
None yet
Development

No branches or pull requests

3 participants