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

add way for admins to keep track of notes per user #41

Open
5 of 6 tasks
ryanguill opened this issue May 7, 2016 · 1 comment
Open
5 of 6 tasks

add way for admins to keep track of notes per user #41

ryanguill opened this issue May 7, 2016 · 1 comment

Comments

@ryanguill
Copy link
Owner

ryanguill commented May 7, 2016

only available from the room designated as the "admin" room, allow anyone in that room to make a note about a user and have it keep the date/time taken. also allow anyone in that room to see notes about a user.

  • !note -add @user {note}
    responds with note added for @user

!note -list @user

  • responds with
5 notes for @user
2016-01-02 12:00pm UTC by @author
> lorem ipsum dolor

2016-01-01 12:00pm UTC by @author
> lorem ipsum dolor

or

  • there are not yet any notes for @user

!note -list
responds with

  • I have notes about the following users: foo, bar
  • Should return in date descending order.
  • documentation
ryanguill added a commit that referenced this issue May 7, 2016
@ryanguill
Copy link
Owner Author

im pretty happy with this so far, but interested to hear if anyone has any suggestions or ideas to improve it, especially from a ux perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant