-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fix Project Creation Wordings #1858
Conversation
Don't forget the stepper header too π I think 'Upload Survey' is a good name. Possibly we could change the tab name in the code to match too? |
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.
I think we should probably avoid the word 'form' in anything user facing π
@@ -16,7 +16,7 @@ import useDocumentTitle from '@/utilfunctions/useDocumentTitle'; | |||
import { Loader2 } from 'lucide-react'; | |||
|
|||
const SelectForm = ({ flag, geojsonFile, customFormFile, setCustomFormFile }) => { | |||
useDocumentTitle('Create Project: Select Category'); | |||
useDocumentTitle('Create Project: Select Form'); |
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.
This might be better as 'Upload Survey'
@@ -64,7 +63,7 @@ const UploadArea = ({ flag, geojsonFile, setGeojsonFile, setCustomDataExtractUpl | |||
} | |||
dispatch(CreateProjectActions.SetIndividualProjectDetailsData(formValues)); | |||
dispatch(CommonActions.SetCurrentStepFormStep({ flag: flag, step: 3 })); | |||
navigate('/select-category'); | |||
navigate('/select-form'); |
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.
Again, possibly 'upload-survey' π
What type of PR is this? (check all applicable)
Related Issue
Describe this PR
This PR contains the following works:
EPSG:4326 coordinate system
on upload area step of create projectSelect Category
terminologyScreenshots