OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Scholarships Page: Show expiration date #991

Closed hollomancer closed 6 years ago

hollomancer commented 6 years ago

Feature

Why is this feature being added?

Users need to know when scholarships are expiring, so that they can apply and not miss the boat.

What should your feature do?

Show the expiration date (if present) of the scholarship.

jjhampton commented 6 years ago

We can do this as part of #886

jjhampton commented 6 years ago

@hollomancer Would you prefer this expiration date be displayed on the list page at https://operationcode.org/scholarships (somewhere on the same 'card' as the scholarship, that currently only displays the name and the button)? I ask because we are displaying the expiration date at the individual scholarship apply pages, such as https://operationcode.org/scholarships/2/apply .

We also have a back-end issue open to prevent expired/closed scholarships from being sent in the API response data, so that should solve the other related issue of expired scholarships displaying: https://github.com/OperationCode/operationcode_backend/issues/376

hollomancer commented 6 years ago

Okay. In that case, this can be closed. I just want to make sure that we're communicating it somewhere.