Convert data/time to Temporal API
Nobody has claimed this yet.
- Dominant language
- Astro
- Stars
- 10
- Forks
- 19
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 2
Description
Now the Temporal API reached stage 4, we can start using it. At the moment we should use it only on the build time and server size rendered pages, and skip this for now for the client implementation. There are plenty of places where we use date/time on the page, and most of the instances are ready for conversion.
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
Start by locating date/time usage in the build-time and server-rendered pages, and read the linked Temporal API article for the intended approach. Convert the applicable instances while leaving the client implementation unchanged; done means server-side and build-time pages use Temporal without affecting client-side behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100