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

Project attribute: Updated At #75

Open
mateoclarke opened this issue Dec 4, 2017 · 2 comments
Open

Project attribute: Updated At #75

mateoclarke opened this issue Dec 4, 2017 · 2 comments

Comments

@mateoclarke
Copy link
Contributor

Right now, Airtable's API doesn't expose for us when a project's data was last updated. There are multiple long threads of users asking for this but there seems to be no progress over the past two years:
https://community.airtable.com/t/created-modified-timestamps/35/60
https://community.airtable.com/t/knowing-when-there-is-a-change-to-the-record/1518
https://community.airtable.com/t/date-field-autoupdate-on-last-change-addition/237/15

In order to implement this feature as @toribr has designed, we'll need to change the service we use to store data. We could think about creating our own API service using something like Wagtail CMS which we have started implementing for austin.gov (see github.com/cityofaustin/joplin).

I did some quick research to see if an alternative service like Google Sheets has an API that exposes this and it seems like they do not. Though I think there are some imperfect workarounds that would involve writing a Googlescript to keep that data in a column and update it automatically. Not ideal.

@danielhonker
Copy link
Collaborator

Most relevant date to users: When the project was started or funded.

Ideal intake process:

  • Is this a time-bound project, or ongoing effort?
  • If time-bound, offer a date picker for start date and end date -- so that users can sort.
  • If ongoing, offer a start date and have it indicate an ongoing effort

For now, use open text field:

  • Started: [date]
  • Funded: [date]
  • Ongoing

@danielhonker danielhonker self-assigned this Dec 28, 2017
@danielhonker
Copy link
Collaborator

Trying to gauge how relevant this is if we're not going to take on any new dev tasks until Feb probably...

@danielhonker danielhonker removed their assignment Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants