Draft: Sync development into main for next release#530
Draft
chetanr25 wants to merge 22 commits into
Draft
Conversation
Consolidate api/ (FastAPI) and src/ (LLM/PDF engine) into a single layered app/ package with create_app() factory and lifespan. - Rewrite internal imports from api.* / src.* to app.* - Update entry-point to app.main:app (Dockerfile, compose, Makefile, release workflow) - Centralize env/config in app/core/config.py - Move old src/main.py demo to examples/pipeline_demo.py
Script migrate under a dedicated scripts/ folder
Updated Makefile: added make init command for project setup, added few scripts
…ireform-core/fireform-website
remove unwanted html files under docs/
remove frontend directory, as it's migrated to fireform-frontend
chore: created docker file and compose for development envirnment
chore: docker file and docker compose for prod envirnment
Ci cleanup
Docker endpoint, docs and env example
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.
This draft PR tracks the upcoming release from development to main.
The development branch contains the ongoing repository restructuring discussed in #501, including improvements to code organization, modularity, and maintainability. It also includes all feature additions, fixes, and refactors that have been merged since the last release.
This PR will remain open and be updated as new changes are merged into development, serving as the release tracking PR before the final merge into main.