Harshil Sharma

Results 52 comments of Harshil Sharma

@Fahad-pnw sorry for the delay in responding. The HTTP API endpoint for submitting a standup is located here - https://github.com/standup-raven/standup-raven/blob/593ce1b3f5d2895d36fe1c33557048cd0192f0ef/server/controller/standup.go#L32 I'm trying to understand your use case though. Are you...

@Fahad-pnw are you trying to create a monthly report?

@Fahad-pnw You can use the `executeGetStandup` API to fetch user's data https://github.com/standup-raven/standup-raven/blob/593ce1b3f5d2895d36fe1c33557048cd0192f0ef/server/controller/standup.go#L62 But there's no plan right now to push standup to external services. I do actually want to implement...

@Fahad-pnw that would be awesome. I'll post over here the ideas I had in mind.

The client is currently in beta. Waiting for first stable release.

`sentry-go` stable release is now available.

@ptr0x1 thanks a lot for the feature request! We actually have this on the mind and other users have requested this as well. The complexity of this feature is that...

@ptr0x1 yes I agree this will make it easier to fill standups. I like `move answers to the next/previous question` idea. Or maybe for simplicity, we always move it to...

@KateGo520 thanks a lot for the investigation you did regarding this! I just gave this a quick read and I think there are primarily two things we need to do...

Maybe you'd be interested in switching this to Go modules? It would be awesome if you could do that.