Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console: store structured task fields #33

Closed
zaharidichev opened this issue May 26, 2021 · 0 comments · Fixed by #35
Closed

console: store structured task fields #33

zaharidichev opened this issue May 26, 2021 · 0 comments · Fixed by #35
Labels
S-feature Severity: feature. This is adding a new feature.
Milestone

Comments

@zaharidichev
Copy link
Collaborator

Now that task fields are transmitted over the wire, we can store them in their structured format in the console and introduce features such as filtering or nicer formatting.

Context: #26 (comment)

@hawkw hawkw added the S-feature Severity: feature. This is adding a new feature. label May 27, 2021
@hawkw hawkw closed this as completed in #35 Jun 14, 2021
hawkw pushed a commit that referenced this issue Jun 14, 2021
This PR delays the formatting of the fields and instead
stores them on the `Task` struct. This allows for nicer formatting
options. Currently we just bold the field names in the task tables view.

fix #33

Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
@seanmonstar seanmonstar added this to the 0.1 milestone Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-feature Severity: feature. This is adding a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants