-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Feed API Get Request - Home page #114
Comments
@hardikpatil to clarify the exact data you want. Are you looking for expired and soon to expire items, with field such as, name, expiration date, donation date, and quantity? Also what time period would you be looking for, I think it would be better to limit the duration returned on the back end vs returning all items and you doing the math on the front end. |
Yes, in the following format, for instance , |
@briswells @hardikpatil There is an expiry page that contains the information of the expired and expiring items information. I think the feed should be more of the recent activity of the pantry, like items added, donors added, items expired, etc. Please add to this idea. |
We 100% should eventually but I don't think we're there yet. I believe the idea of this is to recreate the old application dashboard feed using the new UI and database. That feed only dealt with expiring items as that was the only thing required by the specs. We could add this at a later time but adding to many features now could over complicate things when the app is in an unstable state. |
@hardikpatil Just finished the code. I'm going to rebase with main soon. Should I open a PR into main or should I merge into a different branch? |
Feed API Get Request
The text was updated successfully, but these errors were encountered: