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

programme fixes #121

Closed
nickevansuk opened this issue Jun 5, 2018 · 3 comments
Closed

programme fixes #121

nickevansuk opened this issue Jun 5, 2018 · 3 comments

Comments

@nickevansuk
Copy link
Contributor

nickevansuk commented Jun 5, 2018

Applying rules:

For Walking Netball

Not like this:

"superEvent": {
  "identifier": "WN004801",
  "type": "Walking Netball",
  "lastSessionDate": "2018-07-30",
  "overview": "Walking Netball has evolved from a growing demand for walking sports. Often, one of netball’s strengths is that people never forget playing the sport and the memories as well as the love for the game never leave.\r\n\r\nWalking Netball is a slower version of the game; it is netball, but at a walking pace. The game has been designed so that anyone can play it regardless of age or fitness level.\r\n\r\nFrom those who have dropped out of the sport they love due to serious injury, to those who believed they had hung up their netball trainers many years ago, it really is for everyone.\r\n\r\nWomen the length of the country have begun playing the game of Walking Netball for the fun, laughter and camaraderie the social session brings, as much as the health benefits on offer. It can give those who feel isolated an outlet, provide an activity for those who don’t deem themselves fit enough to run anymore and offer a stepping stone for those looking for a pathway back into netball."
},

Like this:

"programme": { 
  "type": "Brand",
  "name": "Walking Netball",
  "description": "Walking Netball has evolved from a growing demand for walking sports. Often, one of netball’s strengths is that people never forget playing the sport and the memories as well as the love for the game never leave.\r\n\r\nWalking Netball is a slower version of the game; it is netball, but at a walking pace. The game has been designed so that anyone can play it regardless of age or fitness level.\r\n\r\nFrom those who have dropped out of the sport they love due to serious injury, to those who believed they had hung up their netball trainers many years ago, it really is for everyone.\r\n\r\nWomen the length of the country have begun playing the game of Walking Netball for the fun, laughter and camaraderie the social session brings, as much as the health benefits on offer. It can give those who feel isolated an outlet, provide an activity for those who don’t deem themselves fit enough to run anymore and offer a stepping stone for those looking for a pathway back into netball.",
  "logo": "http://hertsnetball.co.uk/js/plugins/imagemanager/files/WNB_logo.jpg", /* url of static PNG "Walking Netball" logo like this one */
  "url": "https://www.englandnetball.co.uk/walkingnetball/", /* url of general programme page */
  "beta:video": "https://www.youtube.com/watch?v=qzQfnv7sFPg" /* YouTube URL of programme video */  
},
"superEvent": {
  "type": "Event",
  "identifier": "WN004801",
  "eventSchedule": {
    "type": "Schedule",
    "endDate": "2014-09-01", /* lastSessionDate */
    "frequency": "P1W" /* Assuming they are always weekly */
  }
},
"activity": { /* use for Walking Netball sessions */
  "id": "https://www.openactive.io/activity-list/#aba839fb-5cd2-4042-b651-c09c86bce1e2",
  "type": "Concept",
  "prefLabel": "Walking Netball",
  "inScheme": "https://www.openactive.io/activity-list/activity-list.jsonld"
},
For Back to Netball

Not like this:

"superEvent": {
  "identifier": "B2N005364",
  "type": "Back to Netball",
  "lastSessionDate": "2018-06-12",
  "overview": "Running across England since 2010, over 60,000 women have taken part in Back to Netball and realised the benefits of getting involved.  From losing weight, developing the body’s cardiovascular system and improving muscle tone, taking part in Back to Netball is great for you in so many ways.\r\n\r\nBack to Netball sessions are running across England and provide women of all ages with a gentle re-introduction to the sport.  Run by passionate and enthusiastic coaches, sessions cover the basics of the game including passing, footwork and shooting.  Sessions finish with a friendly game to put the skills you have learnt into practice.\r\n\r\nYou don’t need any special kit, just clothes that you feel comfortable exercising in and trainers ideally that lace up. Make sure you bring some water and that you’ve had a snack a couple of hours before hand, something like our lovely sponsors Mrs Crimbles flapjacks or a banana so you’ve got plenty of energy."
},

Like this:

"programme": {
  "type": "Brand",
  "name": "Back to Netball",
  "description": "Running across England since 2010, over 60,000 women have taken part in Back to Netball and realised the benefits of getting involved.  From losing weight, developing the body’s cardiovascular system and improving muscle tone, taking part in Back to Netball is great for you in so many ways.\r\n\r\nBack to Netball sessions are running across England and provide women of all ages with a gentle re-introduction to the sport.  Run by passionate and enthusiastic coaches, sessions cover the basics of the game including passing, footwork and shooting.  Sessions finish with a friendly game to put the skills you have learnt into practice.\r\n\r\nYou don’t need any special kit, just clothes that you feel comfortable exercising in and trainers ideally that lace up. Make sure you bring some water and that you’ve had a snack a couple of hours before hand, something like our lovely sponsors Mrs Crimbles flapjacks or a banana so you’ve got plenty of energy.",
  "logo": "http://hertsnetball.co.uk/js/plugins/imagemanager/files/B2N_logo.jpg", /* url of static PNG "Back to Netball" logo like this one */
  "url": "https://www.englandnetball.co.uk/backtonetball/", /* url of general programme page */   
  "beta:video": "https://www.youtube.com/watch?v=N268gBOvnzo" /* YouTube URL of programme video */  
},
"superEvent": {
  "type": "Event",
  "identifier": "B2N005364",
  "eventSchedule": {
    "type": "Schedule",
    "endDate": "2018-06-12", /* lastSessionDate */
    "frequency": "P1W" /* Assuming they are always weekly */
  }
},
"activity": { /* use for Netball sessions */
  "id": "https://www.openactive.io/activity-list/#fbdc35a8-3dd0-40ee-a7ca-6ff40b3e5f90",
  "type": "Concept",
  "prefLabel": "Netball",
  "inScheme": "https://www.openactive.io/activity-list/activity-list.jsonld"
},
@daniel-somersault
Copy link
Collaborator

We will rework this.
The Monitoring System does not include logo, url or video - can we omit these?

@nickevansuk
Copy link
Contributor Author

It would be great if you could include these as additional fields in the Monitoring System, as this will make the opportunities more accessible to potential participants. However if this presents a prohibitive amount of work, then simply include the logo, url and video for each programme type in the GitHub repo's documentation (e.g. in a table at the bottom of README.md) to allow keen data users to augment your data manually).

@daniel-somersault
Copy link
Collaborator

Hi Nick
We've added the requested info to the api and is now ready to test.
Thanks
Daniel

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

No branches or pull requests

2 participants