[PR #1678] docs: Add architecture document #1658

Open
opened 2026-04-25 00:00:24 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1678
Author: @clayreimann
Created: 9/3/2025
Status: 🔄 Open

Base: masterHead: docs-add-architecture


📝 Commits (1)

  • 5acb093 docs: Add architecture document

📊 Changes

6 files changed (+184 additions, -0 deletions)

View changed files

docs/architecture.md (+172 -0)
docs/diagrams/connectivity_flow.png (+0 -0)
docs/diagrams/downloads_flow.png (+0 -0)
docs/diagrams/playback_flow.png (+0 -0)
📝 readme.md (+12 -0)
screenshots/dev_setup_ios_codesigning.png (+0 -0)

📄 Description

Brief summary

  • Adding architecture docs so that new developers can more easily understand the structure of the app code.
  • Add instructions for iOS code signing for local development

Which issue is fixed?

N/A

Pull Request Type

Documentation only

In-depth Description

N/A

How have you tested this?

N/A

Screenshots

N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1678 **Author:** [@clayreimann](https://github.com/clayreimann) **Created:** 9/3/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `docs-add-architecture` --- ### 📝 Commits (1) - [`5acb093`](https://github.com/advplyr/audiobookshelf-app/commit/5acb0937e7a7b155b146135a54e91fb5027d066d) docs: Add architecture document ### 📊 Changes **6 files changed** (+184 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/architecture.md` (+172 -0) ➕ `docs/diagrams/connectivity_flow.png` (+0 -0) ➕ `docs/diagrams/downloads_flow.png` (+0 -0) ➕ `docs/diagrams/playback_flow.png` (+0 -0) 📝 `readme.md` (+12 -0) ➕ `screenshots/dev_setup_ios_codesigning.png` (+0 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary - Adding architecture docs so that new developers can more easily understand the structure of the app code. - Add instructions for iOS code signing for local development ## Which issue is fixed? N/A ## Pull Request Type Documentation only ## In-depth Description N/A ## How have you tested this? N/A ## Screenshots N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1658