Open
Conversation
added 30 commits
November 10, 2022 16:25
Almost ready for v0.8.0 release
There was a problem hiding this comment.
Pull Request Overview
This PR represents a major overhaul from Django-based version 0.7.0 to FastAPI-based version 0.8.0, introducing a modernized tech stack with streamlined UI, database system redesign, and improved development workflow.
- Complete migration from Django to FastAPI for the web framework
- Database system overhaul from psycopg2 to SQLAlchemy with support for multiple backends
- Introduction of TypeScript/React client with T3 stack and comprehensive build system
Reviewed Changes
Copilot reviewed 153 out of 946 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/lib/FastAPIServer.py | New FastAPI server implementation replacing Django |
| src/backend/lib/storage.py | Complete rewrite using SQLAlchemy with fuzzy search capabilities |
| src/backend/lib/models.py | New SQLAlchemy models for Book, Collection, and User entities |
| src/backend/lib/config.py | Enhanced configuration with multi-database support |
| src/client/ | Complete T3 stack client application with tRPC integration |
| pyproject.toml | Modern Python packaging with comprehensive dependencies |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After years of on and off work (Mostly off) version 0.8.0 is finally ready to ship. Featuring a streamlined UI & installation system, a redesigned database system, and easier to manage development workflow pyShelf is ready to move into the future.