mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
- **feat: remove Hway deployment** - **feat: introduce session middleware for requests** - **refactor: update path imports to use new pkg folder** - **feat: add gRPC client for interacting with services** - **feat: remove grpc client and use REST api** - **refactor: move from to** - **feat: add client views endpoint** - **feat: add webauthn support** - **closes: #1124** - **refactor: Improve PR labeler configuration** - **feat: add milestone discussion template** - **feat: remove OKR tracking issue template** - **feat: use gorilla sessions for session management** - **refactor: move pubkey related code to** - **<no value>** - **refactor: remove unused identifier type** - **feat: integrate Macaroon Keeper with Service Module** - **refactor: rename worker routes for clarity**
31 lines
756 B
YAML
31 lines
756 B
YAML
title: "[Milestone] "
|
|
labels: ["#OKR", "#PLANNING"]
|
|
body:
|
|
- type: input
|
|
id: has-version
|
|
attributes:
|
|
label: Version
|
|
description: A tag for the associated milestone.
|
|
placeholder: v0.6.0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Objective
|
|
description: Explain the objective of the OKR in less than 100 characters.
|
|
placeholder: Ethereum IBC integration with Sonr.
|
|
render: markdown
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Task List
|
|
description: |
|
|
Break down the objective into a list of tasks to be completed.
|
|
value: |
|
|
- [ ] #
|
|
- [ ] #
|
|
- [ ] #
|
|
validations:
|
|
required: true
|