This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added query agent containing functions that can be used by multiple endpoints * loading env variables is only necessary in __main__ * removed unneeded load_dotenv * completed functions that are ought to be used by multiple endpoints or files * simplified endpoint functions by using query_agent functions * fixed linting * fixed urljoin incorrectly joining url * lint: removed trailing whitepsace * completely replaced functionality with query_agent functions * added functionality for patching an entry in the database * fixed linting * filtered queries and forms to only contain entries that are valid in table * created function that filters dict keys that are not in table * made class serializable * url query is not a valid authentication method, filtered out option * using query_agent functions to prevent code duplication * split courses into multiple files to keep it organized * fixed linting * added new courses blueprint * removed trailing space * changed test to stay consistent with course admin relation also * added query agent functions to prevent code duplication * using f string instead of concating string with plus operator * updated with better module doc * removed courses file (part of merge) * removed unused module * appending forward slash when using urljoin * remove unused file * fixed linting * removed unused file * removed duplicate column values
- Loading branch information