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

[Task]: Implement initial opportunities endpoint #605

Closed
1 task
acouch opened this issue Oct 17, 2023 · 0 comments · Fixed by #613 or #615
Closed
1 task

[Task]: Implement initial opportunities endpoint #605

acouch opened this issue Oct 17, 2023 · 0 comments · Fixed by #613 or #615
Assignees
Labels
project: grants.gov Grants.gov Modernization tickets

Comments

@acouch
Copy link
Collaborator

acouch commented Oct 17, 2023

Summary

Add the models, schemas, and other items for a /opportunities endpoint. Consider what we want the endpoint to take in as parameters for example purposes. Return some basic outputs.

Return data from topportunity table

OPPNUMBER as Funding Opportunity Number 
OPPTITLE as title
OWNINGAGENCY as agency
OPPCATEGORY as category
IS_DRAFT = true / publshed

Acceptance Criteria

  • Validate the endpoint can fetch out of the database and return as expected
@acouch acouch moved this from Backlog to Refinement in Simpler.Grants.gov Product Backlog Oct 17, 2023
@sumiat sumiat changed the title [Task]: Stub out initial opportunities endpoint [Task]: Implement initial opportunities endpoint Oct 17, 2023
@sumiat sumiat moved this from Refinement to Sprint Backlog in Simpler.Grants.gov Product Backlog Oct 17, 2023
@acouch acouch added the project: grants.gov Grants.gov Modernization tickets label Oct 17, 2023
@chouinar chouinar self-assigned this Oct 24, 2023
@EOKENAVA EOKENAVA moved this from Sprint Backlog to In Progress in Simpler.Grants.gov Product Backlog Oct 24, 2023
@EOKENAVA EOKENAVA moved this from In Progress to In Review in Simpler.Grants.gov Product Backlog Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment