openboard
openboard copied to clipboard
An open source switchboard, written in Elm and Go.
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...
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...
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...
## 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
Closes #1
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...
Closes #116
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"