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

StudentScraper link #95

Open
NathanCheshire opened this issue Mar 29, 2022 · 2 comments
Open

StudentScraper link #95

NathanCheshire opened this issue Mar 29, 2022 · 2 comments
Assignees

Comments

@NathanCheshire
Copy link
Owner

AFTER, and I repeat, AFTER you finish the auth pages and phase 1 of the backend, we should ideally link the student scraper project to be able to execute a query for any semester (return a list of valid semesters) provided we are an authenticated user. This means I will always be allowed to do this but I can let my friends do this by giving them access and forcing them to use Cyder.

@NathanCheshire NathanCheshire self-assigned this May 19, 2022
@NathanCheshire
Copy link
Owner Author

We'll need a secret connection of sorts to the backend to validate us before generating a street view/open map view image of a lat/lon or address coordinate.

Example url: https://nathancheshire.github.io/Students/Fall2022&netid=nvc29&image-type=STREET&key=MYKEY

@NathanCheshire
Copy link
Owner Author

NathanCheshire commented Aug 25, 2022

/**
* The possible types of images to return for a student address image GET request.
*/
public enum ImageType {
    STREET_VIEW, // Google street view
    AERIAL_VIEW
}

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

No branches or pull requests

1 participant