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

Topic questions should be able to populate the clip notes with default text #21

Closed
robby1066 opened this issue Jan 26, 2021 · 3 comments
Labels
enhancement New feature or request message creation Items that relate to the creation and recording of messages
Milestone

Comments

@robby1066
Copy link
Owner

What's the problem you're hoping this new feature will solve?

A topic question represents a clip that may be used repeatedly, by multiple people (example: "What's on your mind this week?"). It can be a challenge to think of a response to those questions from scratch.

Description of feature

Topic questions already dictate the title of a clip. They should also be able to populate the notes field of a clip, giving some sample starting points, or further details to cover in the response.

Alternatives and workarounds

There aren't any realistic current workarounds. Any stock notes for specific clip types currently would have to be maintained outside the system.

Additional context

An example where this could be useful is for a company that has specific format for stand up meetings, where each member of the team is assigned a clip to answer the following:

  • "how are you feeling? Red? Yellow? Green?"
  • "focus for today"
  • "any blockers?"
@robby1066 robby1066 added the enhancement New feature or request label Jan 26, 2021
@robby1066
Copy link
Owner Author

This may be important for the stand-up template #23, so adding it to the February milestone.

@robby1066 robby1066 added this to the For February milestone Feb 1, 2021
@robby1066 robby1066 added the message creation Items that relate to the creation and recording of messages label Feb 1, 2021
@robby1066 robby1066 added the working on it This issue is actively being worked on label Feb 8, 2021
@robby1066
Copy link
Owner Author

Deploying this now. It relies on the topic templates having populated content in the notes section, which doesn't exist in production, but it's been well tested and should be working once that changes.

Interesting design consideration to consider. There's a (likely infrequent) case where:

  1. a clip for a message will get created from a topic
  2. some notes will be added by the message creator
  3. the creator will decide to change the question from the clip (by editing and selecting a different question from the same topic from the dropdown)

What to do with the notes taken in step 2?

In this implementation, the notes on the clip are compared against the outgoing Topic question (the one being changed away from) and if they are the exact same (e.g. have not been edited by the user), they will be overwritten.

If notes have actually been taken by the user, they are preserved. The only possible options for switching topic questions currently are other questions within the same topic, so there's a decent chance whatever notes were taken would still apply.

@robby1066 robby1066 removed the working on it This issue is actively being worked on label Feb 9, 2021
@robby1066
Copy link
Owner Author

Closing this. This is really only visible in the standup message template #23 but will come in handy in other messages in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request message creation Items that relate to the creation and recording of messages
Projects
None yet
Development

No branches or pull requests

1 participant