marcjulianschwarz / personio-raycast

A Raycast Extension for the HR-platform Personio
MIT License
0 stars 0 forks source link

Time "Noting" #2

Closed Boosteblume closed 5 months ago

Boosteblume commented 5 months ago

As a User I want to write down my start time but not commit it to personio. I want to see this start time later at the day when I commit my hours.

Boosteblume commented 5 months ago

I see two possible solutions here.

Either we store the values for 24h or alternatively we build functions to submit just a start / and just an end time.

Unfortunately I think that the only option we have is to store the values because the API requires a start and a end date.

marcjulianschwarz commented 5 months ago

Option 1 is the way to go.

For storing we could use Raycasts Caching implementation, that way we don't have to deal with any file operations.

Also see #17 for more data that we should store in the cache.

Boosteblume commented 5 months ago

@marcjulianschwarz Is this issue closed with your last comit?

marcjulianschwarz commented 5 months ago

@Boosteblume, no but you can use parts of it to implement this feature.