Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project fissure #438

Draft
wants to merge 80 commits into
base: main
Choose a base branch
from
Draft

project fissure #438

wants to merge 80 commits into from

Conversation

josefaidt
Copy link
Contributor

@josefaidt josefaidt commented Apr 8, 2023

Overview

The primary objective of this project is to split the bot and frontend services apart, enabling easier monitoring of each service and the flexibility to report on bot service health. This project also includes upgrades of several packages to improve the UX of the services, including:

  • SvelteKit 1.x
  • next-auth -> auth.js
  • discord.js
  • SQLite -> MariaDB

Issue #, if available:

Description of changes:

  • splits frontend and bot into two separate "apps" (creates apps/ directory)
    • upgrades Docker builds to build two separate apps
  • migrates shared library packages such as Discord and GitHub helpers into their own packages (under packages/)
  • adds turbo for orchestration
  • introduces MariaDB instead of SQLite

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@josefaidt josefaidt changed the title Project fissure project fissure Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant