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

Split the I want to section #1189

Merged
merged 3 commits into from
Oct 3, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 47 additions & 37 deletions src/Menus/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
{
"title": "I want to...",
"title": "Tools + Merch",
"items": [
{
"title": "Change/Cancel Show",
Expand All @@ -64,55 +64,20 @@
"url": "https://booking.ury.org.uk",
"description": "Need an off-air studio? Book here now!"
},
{
"title": "Contact Management",
"url": "module=Mail,action=send,list=44",
"description": "Management are the people that get the really boring paperwork emails. If that's what you need, then click here. They'd also appreciate a fun random email every once in a while for fun."
},
{
"title": "Report a Technical Fault",
"url": "module=Mail,action=send,list=30",
"description": "Having a problem? Report it here and Computing and/or Engineering team will fix it for you. Or at least try."
},
{
"title": "Request Songs",
"url": "https://song-requests.ury.org.uk/",
"description": "Want to play a song that we don't have? Request it here and we can buy it!"
},
{
"title": "Get Beds/Jingles",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSdLauYhir0wRBHAJBXIw1OcpyRtdJulIueoVUz0CyM12qObSQ/viewform",
"description": "The Audio Resources team have a huge library and a little experience - give them a shot if you want that little something that makes your show stand out."
},
{
"title": "Request Marketing for My Show",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSf-zNT5m3v_sYYYXQai0s2Fg5her51N5ywhVDKVPWyGI7QwyQ/viewform?usp=sf_link",
"description": "Got a specific feature or event you want to get social media and graphics for? Fill out this form!"
},
{
"title": "Request Feedback on My Presenting",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSed1ddilaPWdfMVWwACOO2hUMfisVcGvRj5nHuj0ESRWwgm_g/viewform",
"description": "Fill out this form to get your demo reviewed by URY members past and present."
},
{
"title": "Request Press Access to an Event",
"url": "https://docs.google.com/forms/d/1CmTXxFJIUgPhUngLLeQYsYEpU4Ivg46Gl53pSO92C5U/viewform",
"description": "Want to go to a gig, festival, or any other event and cover it for URY? Fill out this form and we can try and get you press access."
},
{
"title": "Buy URY Merchandise",
JP5457 marked this conversation as resolved.
Show resolved Hide resolved
"url": "https://ury-2.creator-spring.com/",
"description": "Buy URY merch from our online store."
},
{
{
"title": "Request personalised merch",
"url": "https://docs.google.com/forms/d/1a9hxZopwqTsLzwYewd8JK1lvB12NixztHtqN_sWyBF8/edit?usp=drivesdk",
"description": "Buy URY merch from our online store."
},
{
"title": "Request key card access to the studio",
"url": "https://forms.gle/MpGa8sTHLgB4hiHfA",
"description": "Fill out this form to request key card access to the studio"
}
]
}
Expand Down Expand Up @@ -205,6 +170,36 @@
"description": "Manage Mailing lists and email aliases."
}
]
},
{
"title": "Request",
"items": [
{
"title": "Request Songs",
"url": "https://song-requests.ury.org.uk/",
"description": "Want to play a song that we don't have? Request it here and we can buy it!"
},
{
"title": "Request Marketing for My Show",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSf-zNT5m3v_sYYYXQai0s2Fg5her51N5ywhVDKVPWyGI7QwyQ/viewform?usp=sf_link",
"description": "Got a specific feature or event you want to get social media and graphics for? Fill out this form!"
},
{
"title": "Request Feedback on My Presenting",
"url": "https://docs.google.com/forms/d/e/1FAIpQLSed1ddilaPWdfMVWwACOO2hUMfisVcGvRj5nHuj0ESRWwgm_g/viewform",
"description": "Fill out this form to get your demo reviewed by URY members past and present."
},
{
"title": "Request Press Access to an Event",
"url": "https://docs.google.com/forms/d/1CmTXxFJIUgPhUngLLeQYsYEpU4Ivg46Gl53pSO92C5U/viewform",
"description": "Want to go to a gig, festival, or any other event and cover it for URY? Fill out this form and we can try and get you press access."
},
{
"title": "Request key card access to the studio",
"url": "https://forms.gle/MpGa8sTHLgB4hiHfA",
"description": "Fill out this form to request key card access to the studio"
}
]
}
]
},
Expand Down Expand Up @@ -295,6 +290,21 @@
"description": "Edit the Tech News feed."
}
]
},
{
"title": "Contacts",
"items": [
{
"title": "Contact Management",
"url": "module=Mail,action=send,list=44",
"description": "Management are the people that get the really boring paperwork emails. If that's what you need, then click here. They'd also appreciate a fun random email every once in a while for fun."
},
{
"title": "Report a Technical Fault",
"url": "module=Mail,action=send,list=30",
"description": "Having a problem? Report it here and Computing and/or Engineering team will fix it for you. Or at least try."
}
]
}
]
}
Expand Down