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

Inconsistent messaging definitions used #22

Open
billglover opened this issue Sep 30, 2018 · 0 comments
Open

Inconsistent messaging definitions used #22

billglover opened this issue Sep 30, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@billglover
Copy link
Owner

It isn't clear which messaging formats are used when sending messages between functions. An example of this inconsistency is shown below:

  • actionHandler() to msgFlagger() uses a message format defined in the slack package.
  • msgFlagger() to msgSender() uses a message format defined in the messaging package.

The original intention was to use an internal messaging format to avoid some of the complexity that comes with being tied to the Slack messaging format. The reality is that all of the internal messages closely resemble the Slack messages and confusion arises as to which format is used.

@billglover billglover added the bug Something isn't working label Sep 30, 2018
@billglover billglover removed this from the v1 - CodeBuddies Initial Release milestone Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant