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

Send message #1

Open
jankapunkt opened this issue Aug 28, 2019 · 1 comment
Open

Send message #1

jankapunkt opened this issue Aug 28, 2019 · 1 comment
Labels
Complexity - Normal Idea on implementation but details need to be researched Priority - Highest Most necessary feature
Projects

Comments

@jankapunkt
Copy link
Member

No description provided.

@jankapunkt jankapunkt added Priority - Highest Most necessary feature Complexity - Normal Idea on implementation but details need to be researched labels Aug 28, 2019
@jankapunkt jankapunkt added this to To do in Next Sep 2, 2019
@jankapunkt
Copy link
Member Author

There needs to me a server-side method, named sendMessage that accepts the following criteria:

{
  text: {
    type: String,
    min:1 ,
    max: 1000,
    regExp: ?
  }
}

The regEx is not defined yet, but need to meet the following criteria:

  • accept plaing text only
  • markdown (uninterpreted) is fine, too
  • no HTML
  • no script or other programming syntax

To learn regEx, see: https://regexr.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity - Normal Idea on implementation but details need to be researched Priority - Highest Most necessary feature
Projects
Next
  
To do
Development

No branches or pull requests

1 participant