wip: rewrite#22
Merged
zulfikar-ditya merged 4 commits intoaolus-software:mainfrom Feb 5, 2026
Merged
Conversation
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 pull request makes significant structural and configuration changes to the project, focusing on improving maintainability, updating dependencies, and reorganizing the codebase. The most important changes include moving core infrastructure files to a new location, updating build and development scripts, removing unused code, and refactoring imports for better modularity and clarity.
Project Structure and Path Refactoring:
infra/tosrc/libs/database/, including seeds and migration scripts, and updated all related paths in theMakefileanddrizzle.config.ts. [1] [2]@utils,@database, and@libsfor improved modularity. [1] [2] [3] [4]apps/worker/tosrc/bull/, including queue and worker implementations, and updated entry points. [1] [2] [3]Build, Development, and Dependency Updates:
package.jsonscripts to streamline development, build, and start commands, centralizing entry points undersrc/and adding new scripts for concurrent development and builds; updated and added several dependencies and devDependencies to their latest versions.lint-stagedconfiguration for better pre-commit checks.Code and Documentation Cleanup:
README.mdby removing outdated setup and run instructions.Fastify Application Refactoring:
src/libs/fastify/plugins, and refactored logger configuration to use the new utility import. [1] [2] [3]These changes collectively modernize the project structure, improve maintainability, and prepare the codebase for future development.