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

Feat: style and functional add feed form page 1 and 3 #722

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
9 changes: 8 additions & 1 deletion web-app/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
"apiKey": "API Key",
"httpHeader": "HTTP Header",
"back": "Back",
"and": "and"
"and": "and",
"next": "Next",
"form": {
"yes": "Yes",
"no": "No",
"required": "This field is required",
"submit": "Submit"
}
}
23 changes: 21 additions & 2 deletions web-app/public/locales/en/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"feeds": "Feeds",
"dataType": "Data Format",
"transitProvider": "Transit Provider",
"transitProviderName": "Transit Provider Name",
"location": "Location",
"feedDescription": "Description",
"searchFor": "Search For",
Expand All @@ -21,7 +22,12 @@
"addOrUpdateFeed": "Add or Update a Feed",
"signUp": "Sign up for a Mobility Database account or login to add or update a GTFS feed.",
"signUpAction": "Sign up for an account",
"loginSuccess": "You were successfully logged in, you can now add or update a feed."
"loginSuccess": "You were successfully logged in, you can now add or update a feed.",
"dataTypeRequired": "Data format required",
"feedLinkRequired": "Feed link required",
"oldFeedLinkRequired": "Old feed link required",
"dataProducerEmailRequired": "Data producer email required",
"contactEmailRequired": "Contact email required"
},
"seeFullList": "See full list",
"hideFullList": "Hide full list",
Expand All @@ -38,5 +44,18 @@
"downloadLatest": "Download Latest",
"seeLicense": "See License",
"boundingBoxTitle": "Bounding box from stops.txt",
"unableToGenerateBoundingBox": "Unable to generate bounding box."
"unableToGenerateBoundingBox": "Unable to generate bounding box.",
"areYouOfficialProducer": "Are you the official producer or transit agency responsible for this data ?",
"feedLink": "Feed Link",
"areYouUpdatingFeed": "Are you updating a feed?",
"oldFeedLink": "Old Feed Link",
"dataProducerEmail": "Data Producer Email",
"dataProducerEmailDetails": "This is an official email that consumers of the feed can contact to ask questions.",
"interestedInDataAudit": "Are you interested in a data quality audit?",
"interestedInDataAuditDetails": "This is a 1 time meeting with MobilityData to review your GTFS validation report and discuss possible improvements.",
"dataAuditContactEmail": "Data quality audit contact email",
"hasLogoPermission": "Do we have your permission to use your logo?",
"hasLogoPermissionDetails": "This would be would be used to display your logo on the Mobilitydatabase website",
"whatToolsCreateGtfs": "What tools do you use to create GTFS data?",
"whatToolsCreateGtfsDetails": "Could include open source librareis, vendor serviecs, or other applications."
}
50 changes: 0 additions & 50 deletions web-app/src/app/screens/FeedSubmission/FeedSubmissionStepper.tsx

This file was deleted.

Loading
Loading