Add a `created_at` field
Open
protocol
stale
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 437
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 15
Description
We have the last_modified field, but sometimes we would love to have the created_at ones too.
Here is how a parse record look like:
```
{
"updatedAt": "2011-08-21T18:02:52.248Z",
"createdAt": "2011-08-20T02:06:57.931Z",
"objectId": "Ed1nuqPvcm",
}
```
Contributor guide
Research direction
Start by tracing how parse records expose the existing last_modified field and where record metadata is serialized or returned. Add a created_at value alongside the existing timestamp, using the format shown in the issue, and verify that parse records include both fields without changing updatedAt behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100