Skip to content

Commit

Permalink
feat: config update
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 24, 2024
1 parent 77c2d3e commit 9ed4a6d
Show file tree
Hide file tree
Showing 15 changed files with 399 additions and 324 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Answer": {
"edit": {
"label": "Answer",
"description": "",
"description": "The answer provided by someone for a particular question",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -35,8 +35,8 @@
},
"People_Ticket": {
"edit": {
"label": "People_Ticket",
"description": "",
"label": "Ticket Purchased by Members",
"description": "The ticket the answer is linked to",
"placeholder": "",
"visible": true,
"editable": true,
Expand All @@ -50,8 +50,8 @@
},
"Question_ID": {
"edit": {
"label": "Question_ID",
"description": "",
"label": "Question",
"description": "Question being answered on the ticket",
"placeholder": "",
"visible": true,
"editable": true,
Expand Down Expand Up @@ -123,29 +123,29 @@
}
},
"layouts": {
"list": [
"id",
"Answer",
"People_Ticket",
"Question_ID"
],
"edit": [
[
{
"name": "Answer",
"size": 6
},
{
"name": "People_Ticket",
"size": 6
"size": 12
}
],
[
{
"name": "People_Ticket",
"size": 6
},
{
"name": "Question_ID",
"size": 6
}
]
],
"list": [
"id",
"Answer",
"People_Ticket",
"Question_ID"
]
},
"uid": "api::answer.answer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Image": {
"edit": {
"label": "Image",
"description": "",
"description": "This is displayed on the event screen at the bottom of the page",
"placeholder": "",
"visible": true,
"editable": true
Expand Down Expand Up @@ -93,19 +93,19 @@
}
},
"layouts": {
"list": [
"id",
"Image",
"createdAt",
"updatedAt"
],
"edit": [
[
{
"name": "Image",
"size": 6
"size": 12
}
]
],
"list": [
"id",
"Image",
"createdAt",
"updatedAt"
]
},
"uid": "api::event-gallery.event-gallery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Title": {
"edit": {
"label": "Title",
"description": "this is description",
"description": "Title for event",
"placeholder": "",
"visible": true,
"editable": true
Expand Down Expand Up @@ -50,7 +50,7 @@
"Location": {
"edit": {
"label": "Location",
"description": "",
"description": "Enter the address (NOT link), e.g. 20 Symonds Street, Auckland CBD, Auckland 1010",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -63,7 +63,7 @@
},
"Event_Date_Start": {
"edit": {
"label": "Event_Date_Start",
"label": "Start Date and Time of Event",
"description": "",
"placeholder": "",
"visible": true,
Expand All @@ -77,7 +77,7 @@
},
"Event_Date_End": {
"edit": {
"label": "Event_Date_End",
"label": "End Date and Time of Event",
"description": "",
"placeholder": "",
"visible": true,
Expand All @@ -91,8 +91,8 @@
},
"Event_Capacity": {
"edit": {
"label": "Event_Capacity",
"description": "",
"label": "Event Capacity",
"description": "Total amount of tickets that can be sold. E.g. We have 5 member tickets, and 5 non-member tickets for sale. Event capacity is 7. This means that we can sell a maximum of 7 tickets (could be 2 member 5 non-member, or 3 member 4 non-member etc,)",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -105,8 +105,8 @@
},
"Is_Live": {
"edit": {
"label": "Is_Live",
"description": "",
"label": "Is Live",
"description": "If you make this true it will manually place this event in \"Past Events\" and stop all ticket sales",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -120,7 +120,7 @@
"Image": {
"edit": {
"label": "Image",
"description": "",
"description": "Use same size as Instagram 1:1 image",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -133,8 +133,8 @@
},
"Terms_And_Conditions": {
"edit": {
"label": "Terms_And_Conditions",
"description": "",
"label": "Terms and Conditions",
"description": "Copy paste the Terms and Conditions and modify as required",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -147,8 +147,8 @@
},
"Event_Capacity_Remaining": {
"edit": {
"label": "Event_Capacity_Remaining",
"description": "",
"label": "Event Capacity Remaining",
"description": "Number of tickets LEFT. Set this to the same as Event Capacity when making an event, do not touch it after that unless you want to reduce the amount of tickets left. ",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -162,11 +162,11 @@
"Ticket_ID": {
"edit": {
"label": "Ticket_ID",
"description": "",
"description": "Select the tickets that you want to show for sale for the event. Match the ID of the TICKET to ensure they are correct",
"placeholder": "",
"visible": true,
"editable": true,
"mainField": "Name"
"mainField": "id"
},
"list": {
"label": "Ticket_ID",
Expand Down Expand Up @@ -264,52 +264,60 @@
[
{
"name": "Location",
"size": 6
},
"size": 12
}
],
[
{
"name": "Event_Date_Start",
"size": 6
"size": 12
}
],
[
{
"name": "Event_Date_End",
"size": 6
},
"size": 12
}
],
[
{
"name": "Event_Capacity",
"size": 4
"size": 12
}
],
[
{
"name": "Event_Capacity_Remaining",
"size": 12
}
],
[
{
"name": "Is_Live",
"size": 4
},
"size": 12
}
],
[
{
"name": "Image",
"size": 6
"size": 12
}
],
[
{
"name": "Terms_And_Conditions",
"size": 6
},
{
"name": "Event_Capacity_Remaining",
"size": 4
"size": 12
}
],
[
{
"name": "Ticket_ID",
"size": 6
"name": "Description",
"size": 12
}
],
[
{
"name": "Description",
"name": "Ticket_ID",
"size": 12
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Description": {
"edit": {
"label": "Description",
"description": "",
"description": "Shown when a user hovers on the Exec. Keep fairly brief ",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -50,7 +50,7 @@
"Position": {
"edit": {
"label": "Position",
"description": "",
"description": "11 characters maximum",
"placeholder": "",
"visible": true,
"editable": true
Expand All @@ -64,7 +64,7 @@
"Image": {
"edit": {
"label": "Image",
"description": "",
"description": "1:1 Image, same as instagram",
"placeholder": "",
"visible": true,
"editable": true
Expand Down Expand Up @@ -149,39 +149,43 @@
}
},
"layouts": {
"list": [
"id",
"Name",
"Description",
"Position"
],
"edit": [
[
{
"name": "Name",
"size": 6
},
"size": 12
}
],
[
{
"name": "Description",
"size": 6
"size": 12
}
],
[
{
"name": "Position",
"size": 6
},
"size": 12
}
],
[
{
"name": "Image",
"size": 6
"size": 12
}
],
[
{
"name": "Role",
"size": 6
"size": 12
}
]
],
"list": [
"id",
"Name",
"Description",
"Position"
]
},
"uid": "api::exec.exec"
Expand Down
Loading

0 comments on commit 9ed4a6d

Please sign in to comment.