This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Added ticket release date, ticket available and action link to event #51
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
4b25215
Added ticket release date, ticket available and action link to event
AndrewBestbier 0334f06
Added date to event tests
AndrewBestbier c4e96b1
Minor update to event prismic schema
AndrewBestbier 26780b7
Changed test data to use fake website names
AndrewBestbier 2462e37
Removed eventActionLink and updated event schema
AndrewBestbier 71f66d5
default all links to have a type of OTHER
bkspace 5496043
be consistent with internal & external links, add type property
bkspace 81df1bc
add tests for refromatLinkList
bkspace 6caa547
improve tests for internal/externalLinks
bkspace 8e55cd3
fix spelling mistakes
bkspace File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,20 @@ | |
"label" : "End date and time" | ||
} | ||
}, | ||
"ticketReleaseDate" : { | ||
"type" : "Timestamp", | ||
"config" : { | ||
"label" : "Ticket release date" | ||
} | ||
}, | ||
"ticketsAvailable" : { | ||
"type" : "Select", | ||
"fieldset" : "A boolean showing whether the tickets are availiable", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo |
||
"config" : { | ||
"label" : "Tickets Available", | ||
"options" : [ false, true ] | ||
} | ||
}, | ||
"address" : { | ||
"type" : "Text", | ||
"fieldset" : "Event location", | ||
|
@@ -73,6 +87,15 @@ | |
"config" : { | ||
"placeholder" : "Link URL" | ||
} | ||
}, | ||
"type" : { | ||
"type" : "Select", | ||
"fieldset" : "A type of link", | ||
"config" : { | ||
"label" : "Link Type", | ||
"options" : [ "STREAM", "EVENT" ], | ||
"placeholder" : "OTHER" | ||
} | ||
} | ||
} | ||
} | ||
|
@@ -139,6 +162,15 @@ | |
"config" : { | ||
"placeholder" : "Link URL" | ||
} | ||
}, | ||
"type" : { | ||
"type" : "Select", | ||
"fieldset" : "A type of link", | ||
"config" : { | ||
"label" : "Link Type", | ||
"options" : [ "STREAM", "EVENT" ], | ||
"placeholder" : "OTHER" | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs description