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

Google Drive App: Setup base files and folders for backend contribution #348

Merged
merged 20 commits into from
Sep 3, 2021

Conversation

oscar-ekeyekwu
Copy link
Contributor

Before submitting your PR for review

  • Run npm run eslint to find errors in code syntax/format
  • Run npm run eslint:fix to fix all auto-fixable errors in source code and auto-format with prettier
  • Ensure you fix any linting errors displayed after running any of the above commands
  • Ensure you fix all merge conflicts before sending PR

What does this PR do?

Fixes #347

Summarise the main tasks handled in the pull request

Description of Task to be completed?

  • Setup routing format . Ex. /api/googledrive/{any path} and injected it into the backend index route file
  • Setup base controller for google drive backend
  • Implemented an index function on the controller to return response on GET: externaltools.zuri.chat/api/googledrive
  • Setup ESlint for backend contributions

How should this be manually tested?

Give bullet point instructions on how to setup the code and test it manually (Assume no prior experience on JS or code)

Any background context you want to provide?

Any pertinent information that should be considered

What is the link to the issue on Github?

Issue #347

Questions:

If something is unclear or you want some questions to be addressed by your peers, mention them here

@00mikhael 00mikhael merged commit 6ae9639 into zurichat:dev Sep 3, 2021
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.

Google Drive Tool: Setup base files and folders for backend contribution and return json response on base path
2 participants