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

Create database tables for saved opportunities #3291

Closed
2 tasks
mxk0 opened this issue Dec 18, 2024 · 0 comments · Fixed by #3325
Closed
2 tasks

Create database tables for saved opportunities #3291

mxk0 opened this issue Dec 18, 2024 · 0 comments · Fixed by #3325
Assignees

Comments

@mxk0
Copy link
Collaborator

mxk0 commented Dec 18, 2024

Summary

We want to create a table named user_saved_opportunity with the following columns:

  • user_id - UUID (Primary Key)
  • opportunity_id - int (Primary Key)
  • created_at/updated_at (as usual from the mixin)

Acceptance criteria

  • Table created
  • Migrations created
@chouinar chouinar moved this from Icebox to Todo in Simpler.Grants.gov Product Backlog Dec 19, 2024
@mikehgrantsgov mikehgrantsgov self-assigned this Dec 19, 2024
@mikehgrantsgov mikehgrantsgov moved this from Todo to In Progress in Simpler.Grants.gov Product Backlog Dec 19, 2024
mikehgrantsgov added a commit that referenced this issue Dec 20, 2024
## Summary
Fixes #3291

### Time to review: 5 mins

## Changes proposed
Add a `user_saved_opportunity` table with columns as described in the
ticket.

## Context for reviewers
Needed for follow-on work with saved opportunity API tickets.
doug-s-nava pushed a commit that referenced this issue Dec 30, 2024
## Summary
Fixes #3291

### Time to review: 5 mins

## Changes proposed
Add a `user_saved_opportunity` table with columns as described in the
ticket.

## Context for reviewers
Needed for follow-on work with saved opportunity API tickets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants