SiaFoundation / SiaFoundation/renterd
Extend `modTime`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 97
- Forks
- 31
- Avg merge
- 5h 50m
- Merged PRs (30d)
- 9
Description
Description
Currently, only the modTime timestamp is available for any particular object. In order to be compatible with a conventional FS, a couple of additional timestamps would be required, e.g.:
createTime: the time when the object was created,
lastAccessTime: the latest time when the object was accessed (read from or written to).
Version
No response
What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?
No response
Anything else?
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating where modTime is defined and exposed for objects, then trace the object metadata and filesystem-compatibility paths. Done means createTime and lastAccessTime are consistently available wherever modTime is currently supported, with tests covering their behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100