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]: Create more ideal Developer and User documentation #238

Open
gbowne1 opened this issue Jun 5, 2023 · 5 comments
Open

[feature]: Create more ideal Developer and User documentation #238

gbowne1 opened this issue Jun 5, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature This should be a new feature. good first issue Good for newcomers help wanted Extra attention is needed high-priority medium-complexity This issue is medium complexity

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Jun 5, 2023

Is your feature request related to a problem? Please describe.

We have very minimal developer and no user documentation. Not that this is a good or bad thing, just needs improvement, especially now that we are including languages in order to be more inclusive and reduce barrier to entry.

I am not an expert on writing documentation for a full stack project like this, especially for a social media application.

Ideally this issue should go to someone who is good at knowing what documentation we should provide both users and developers.

Describe the solution you would like

Developer Documentation should include:

Project Structure and Setup

A clear description of the project structure and how to set up the project locally. This can include instructions on setting up the frontend, backend, and database connections.

A list of dependencies and their versions, as well as any additional tools or libraries used in the project. This can be found in the package.json file

Frontend

A description of the frontend framework (React) and any custom components or libraries used.

Guidelines on how to create and manage components, as well as any reusable UI elements and styles.

Backend

A description of the backend framework (Express) and any custom middleware or libraries used.

Guidelines on how to create and manage routes, controllers, and models, as well as any database schema and validation rules.

Database

A description of the database used (SQLite) and any custom schema or data models.

Guidelines on how to perform CRUD operations, handle errors, and work with indexes. [f

Deployment

Instructions on deploying the application to a hosting platform, such as Heroku or Netlify.

Guidelines on managing environment variables and separating development and production settings.

Testing and Debugging

Information on testing methodologies, such as unit testing, integration testing, and end-to-end testing. [

Guidelines on how to set up testing tools, such as Jest, React Testing Library, Cypress and Mocha, and how to write and organize test cases.

API Documentation

If the application exposes APIs, provide documentation on the available endpoints, request methods, expected responses, and any authentication or authorization requirements.

Code of Conduct and Community Guidelines

Include a section on the project's code of conduct and community guidelines to ensure a positive and inclusive contribution environment.

By including these sections in the developer documentation, We can provide a comprehensive and informative guide for anyone working on the project, ensuring a clear understanding of the application's structure, functionality, and best practices.

Describe the alternatives you have tried

N/A

Additional context

No response

@gbowne1 gbowne1 added the documentation Improvements or additions to documentation label Jun 5, 2023
@gbowne1 gbowne1 added this to the Developer Documentation milestone Jun 5, 2023
@gbowne1
Copy link
Owner Author

gbowne1 commented Jun 15, 2023

@manuel12 @pawel975 @akshayamadhuri we have Github Wiki available to is as a secondary location for docs

We can eventually move the docs we have to the Wiki page and just link on the readme and the Contributing doc.

Quite possible we will end up with pretty extensive docs in the end. I also think the translations will help reduce barriers to entry. Just has to be updated using some method or find a docs maintainer in our community

@akshayamadhuri
Copy link
Contributor

@gbowne1 ok it's a good idea

@gbowne1 gbowne1 added enhancement New feature or request help wanted Extra attention is needed high-priority medium-priority high-complexity This issue is an advanced complexity issue medium-complexity This issue is medium complexity devops this is a devops related feature or issue or PR hacktoberfest The hacktoberfest label labels Oct 6, 2023
@gbowne1
Copy link
Owner Author

gbowne1 commented Oct 31, 2023

@manuel12 @pawel975 @balajik do you think we have done enough of this issue that we can close this issue?

@manuel12
Copy link
Collaborator

manuel12 commented Nov 2, 2023

@gbowne1 One thing that we do need is a test documentation where all current tests are listed including:

  • Functionalities and components tested.
  • Lists of test for each component/functionality.
  • Links matching each test scenario with it's respective test file and test cases.
  • Test cases that have not yet been implemented and are free for anyone to take and implement.

I've done such documentation in the past for my own projects so I will create something similar here.

@manuel12 manuel12 self-assigned this Nov 2, 2023
@gbowne1
Copy link
Owner Author

gbowne1 commented Nov 2, 2023

Great, thanks! :-) @manuel12

@gbowne1 gbowne1 removed documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed high-priority medium-priority high-complexity This issue is an advanced complexity issue medium-complexity This issue is medium complexity hacktoberfest The hacktoberfest label devops this is a devops related feature or issue or PR labels Feb 21, 2024
@gbowne1 gbowne1 added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 21, 2024
@gbowne1 gbowne1 added high-priority medium-complexity This issue is medium complexity feature This should be a new feature. labels Feb 21, 2024
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 enhancement New feature or request feature This should be a new feature. good first issue Good for newcomers help wanted Extra attention is needed high-priority medium-complexity This issue is medium complexity
Projects
Development

No branches or pull requests

3 participants