openboard icon indicating copy to clipboard operation
openboard copied to clipboard

An open source switchboard, written in Elm and Go.

Results 33 openboard issues
Sort by recently updated
recently updated
newest added

In the [qryuser.go](https://github.com/OpenEugene/openboard/blob/main/back/internal/usersvc/internal/userdb/qryuser.go) and [qrypost.go](https://github.com/OpenEugene/openboard/blob/main/back/internal/postsvc/internal/postdb/qrypost.go) files, the `Exec()` methods should be replaced with `ExecContext()`. The reason for this is to be able to take advantage of the the cancellation/timeout that...

note: good first
end: back
note: help wanted

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.35.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.35.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

## Desired Behavior Clarify 1-to-1 relationship of issues to PRs in "tracking" section of contributing docs ## Suggested Solution(s) > Issues and Pull Requests are tracked using Kanban boards. Board...

https://github.com/OpenEugene/openboard/pull/175

org: project
type: chore

Looking at Switchboard application, identify the features needed to produce an MVP of a similar app. Write all the features, such as creating users, creating posts, deleting, etc. as user...

end: back
note: no code
org: docs
type: chore
end: all
org: product

AC - [ ] Add "settled" timestamp to PostResp, AddPostReq, FndPostsReq - [ ] Add "expired" timestamp to PostResp, AddPostReq, FndPostsReq Note: "Closed" is a calculation: IF "settled" OR current_time...

AC - [ ] Add messages: "CategoryResp", "AddCategoryReq", "CategoriesResp", "FndCategoriesReq"