Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 2.9 KB

index.md

File metadata and controls

35 lines (26 loc) · 2.9 KB

Reference Index

The Pulsar / Atom Backend happily accepts all form of contributions, and contributions are always welcome.

If you ever have any questions feel free to reach out on GitHub issues, PRs, Discussions, or through the Pulsar Disccord where you can chat with the repo's creators.

Before contributing make sure you have read our Contribtuing Guide.

Once you've read through the above and understand its contents you are ready to start diving into the code. A full guide on how to run your development environment is available in build.md.

Automatically Generated Docs

After every push, GitHub Actions build several forms of documentation and resources about the codebase.

Further Documentation

  • Our build guide build.md.
  • Codebase Glossary glossary.md.
  • A history of the Admin_Actions.md that have been taken on the backend.
  • Information on where Pulsar got it's packages and what to do if you do/don't see yours packages.md.
  • Guide to hosting your own instance of the Atom Backend for your fork of Atom host_your_own.md.
  • Guide to writing Integration Tests and the data that is available to you within them writingIntegrationTests.md.
  • Abstract overview of the codebase's modules and how they rely on each other quick_source_overview.md.
  • How the backend handles Authentication auth.md.
  • How and what errors bubble through the code bubbled_errors.md.
  • How our Logging Module Works in detail logging.md.
  • Definition and List of the code's Numeric Error codes numeric_error_codes.md.
  • The definition of the objects returned and handled returns.md.
  • Details of how the backend SQL Database is configured database.md.
  • Details of some of the common queries used to retrieve data from the backend, and the format they are expected to return queries.md.
  • Finally someone once said to never get rid of the original ReadMe.md because they loved it so much. For them here's the original README.md.