-
Notifications
You must be signed in to change notification settings - Fork 6
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
Linkage Process and Added to Readme File #43
Open
rodriguez03
wants to merge
21
commits into
GatorEducator:master
Choose a base branch
from
rodriguez03:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Labels
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.
The following PR contains the linkage process to connect the Google Sheets with Cellveyor. In specific, this program contains new commands in order to read the data from the google sheet file. Although it is not entirely done, it is important to make progress by having the tool produce an output of all the data inside all worksheets. To run the this program I ran the following output.
poetry run cellveyor --spreadsheet-directory ../../test_cellveyor --spreadsheet-file Cellveyor-Sample-Gradebook-Shared.xlsx --sheet-name Main --key-attribute 'Student GitHub' --key-value "rodriguez03" --column-regexp "^(Summary Grade|Final Grade) .*$" --feedback-regexp "Summary Grade 1 - Feedback" --feedback-file ../../test_cellveyor/feedback.yml --github-organization Allegheny-Computer-Science-203-F2023 --github-repository-prefix computer-science-203-fall-2023-course-assessment --transfer-report --service-account-file service.json --spreadsheet-id 10mMsPZtKWREUIxqOzTQViSiqBsjeDHWqDMJtxOi-L34
This command contains new features such as the
The output will produce the following:
This Pull Request also contains a README.md file that contains a step by step process of how a person can create a Google Console API account alongside creating a credentials.json file and a service account file to connect it to their google sheet account.