codescape / jira-scrum-poker

Scrum Poker for Jira
http://jira-scrum-poker.codescape.de
Apache License 2.0
13 stars 8 forks source link

Limit sessions while runnning with evaluation license #118

Open codescape opened 4 years ago

codescape commented 4 years ago

While running with an evaluation license the session count should be limited to 100 sessions. A message should inform about this limit in the configuration and a message should appear when trying to start session 101.

This allows to run and evaluate Scrum Poker while at the same time adding a good reason to purchase a license as today several „customers“ run Scrum Poker with evaluation licenses over many months.

Snippets

if (license.isEvaluation()) {
    /* check number of total and running sessions */
}

Tasks