Open
Conversation
* add workflows * add pre-commit hooks * update readme * format meetings.md
* add minimal server, container setup * fix prettier config * fix workflow errors * remove setup env workflow due to monorepo structure
* add basic auth setup * fix unit tests * fix tsconfig.json formatting
update pre-commit config
Update group info.
* update pre-commit, secrets and gitignore * delete nestjs, add venv template * update requests * update readme * update github actions for python * update workflow params, fix requirements.txt path * add custom setup-env action for python * fix requirements.txt path again
* update requirements.txt * add prisma schema * add prisma initialization * add containerization files * update readme * update api readme * add adminer, fix readme contents * update gitignore * update readme * update dockerignore * disable prod image, use asyncio for db connection * capitalize docker commands
Add meeting 1 notes
* add auth setup * rework error handling * improve error handling * move expires_in to config * fix assignment on previous commit * improve jwt error handling * update requirements.txt * format meetings.md * update readme * add chart title * add comments and rename functions
* abstract funcs to BaseDto * add sql dump, instructions
Meeting 1 checkboxes
1a9339b to
4d22b39
Compare
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.
add meeting 2 notes