Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Scc 4142/spec coll messaging #421
Scc 4142/spec coll messaging #421
Changes from 4 commits
fcc1c3a
c9e8075
dba9aa8
879ef5b
9d67c2e
287ba38
d2415ef
c59596f
383a6f9
03cb92f
d4d0cf6
ca84fb8
39f8c10
bc233b0
b71027e
790e7bb
13a0c72
2c591bd
3ac3d6f
4b5730b
caf8731
17628f4
a923226
a4cf18d
115ec56
57beae1
74b8e76
a04fe17
5fb0ea1
a4be195
e997956
70f97b1
132661f
eb13be4
de6c2ec
7d13a04
8c8cddc
be7bafa
d757054
68060ac
e7b4ec2
9fb9fde
d9e14eb
81b9cf8
35d8fc3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this functionality needs its own class? I feel like the key building could be added to the item model with a component handling the presentation logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's so focused on a specific cluster of data that I think it justifies its own class. I am going to move the presentation logic to the component.