-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introduce a mechanism to distinguish exercises to be excluded from statistics #2483
Comments
Hey team! Please add your planning poker estimate with Zenhub @drieJAC @HalcyonJAC @tomlovesgithub @warrensearle |
@nickaddy to confirm will the radio buttons default to 'no' to indicate its not a welsh exercise? |
This may be a silly suggestion but I'll make it anyway... Would it be worth combining this into the Reference field? So have:
|
It is only by the user completing this question that the platform will know if it is a Welsh exercise or not. Having it default to 'no' seems sensible. |
@warrensearle I like this idea but don't want overcomplicate matters; would it be a lot of work in terms of allocating the reference with the correct prefix and maintaining the consecutive number count, e.g. JAC0010, EXT0011, GOV0012? |
This would be easy to do and maintaining the number count would work automatically: currently we get the 'last used number' from our db, increment it by one and then prepend with 'JAC' and 00s. Here we would simply collect the answer to whose exercise it was and determine what to prepend. The only downside I can see is sorting exercises by reference number would take account of the prefix so we could 'lose' exercises... but then maybe it would be good to have the three types of exercise listed separately anyway? Do the external or welsh exercises already have their own reference numbers and would there be any benefit in everyone using them rather than us creating the 'JAC00xx' one? |
@warrensearle I don't think we want separate listing pages. Good point re the sort. Couldn't we just strip out the prefix and use the number only to do the sort? |
That does start to complicate it as, rightly or wrongly, we currently store the full reference number including the 'JAC00' prefix in our db so to sort without the prefix would mean changing how we store this. However, thinking on this some more, we could make use of the So what I am proposing is: Create exercise form
Exercises list
Note: in this ticket we are not updating the stats export to exclude any exercises. This is based on the understanding that here we are simply introducing a visual mechanism to make it easier for the user to select the correct exercises for stats purposes |
@warrensearle Thanks for the suggestions. Things are always more complex than on the surface! Happy with all the above - let's proceed on that basis. |
@drieJAC @HalcyonJAC @tomlovesgithub please check through the above proposal and comment or update your estimate if necessary 😄 |
Background
There are certain exercises that should be excluded from JAC stats. There are:
External exercises are already identifiable as a different ad-type, but Welsh gov exercises will require a separate question to distinguish them.
User Story
As Programme Office, I would like to create a mechanism to distinguish certain types of exercises so that it is clear which exercises should be included in JAC statistics.
Feature(s) Description
Vacancy Information
- Is this a Welsh government exercise? with Yes/No radio buttonsType
to the Live Exercises page as the first columnAcceptance Criteria
It's done when it is possible on the Exercises Live page to clearly identify which exercises should be included in JAC statistics by their flags.
Definition of Done
User Testing Steps
Specify for users what is being tested (but not how to test it.)
Feature Champion
Matt
The text was updated successfully, but these errors were encountered: