-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature - Project Details Mapper UI #861
Merged
Merged
Conversation
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
…3/fmtm into feat-createproject-projectdetails-new
…3/fmtm into feat-createproject-projectdetails-new
…3/fmtm into feat-createproject-projectdetails-new
…le clear when option changed
* fix (create new project): create new project url updated * fix (create new project): upload area - select a file issue solved * fix (create new project): data extract - select a file issue solved * fix (radiobutton): option selection on label click, UI fix * fix (create new project): initial values for project details form added * feat (select): custom select component added * fix (create new project): data extract - shadcn select replaced with customselect * fix (custom select): updated props * fix (create new project): project detials - shadcn select replaced with customselect * fix (select): shadcn components export removed * fix (create new project): select form - shadcn select replaced with customselect * fix radiobutton): - value prop added * fix (create new project): upload area - value prop added to radiobutton, map added * fix (create new project): event cleanup added
…file issue solved
…3/fmtm into feat-createproject-projectdetails-new
…3/fmtm into feat-createproject-projectdetails-new
spwoodcock
force-pushed
the
feat-project-details-mapper-ui
branch
from
October 2, 2023 23:28
a376826
to
87422cb
Compare
spwoodcock
force-pushed
the
feat-project-details-mapper-ui
branch
from
October 2, 2023 23:31
87422cb
to
5d81e8d
Compare
|
Sounds great i hope the alembic and other stuff doesnt break create project api's |
…mtm user (#872) * refactor: rename frontend container ui-main --> ui (fmtm) * fix: remove route protection during dev, populate odk vars * docs: lengthen default odk pass example * fix: improve task splitting logs and error handling * fix: handle empty task split on frontend * fix: add default svc user for fmtm * build: remove refs to redundant APP_NAME for frontend * build: add bind mount to migration container * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@spwoodcock yes Sam, we had a look onto that and have already address all the issue u have mentioned and will create a PR or should come on another PR that we have issued |
varun2948
changed the title
Feat-project-details-mapper-ui
Feature - Project Details Mapper UI
Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR Contains create new project UI and Project Details Mobile View, but as create new project new UI is not yet completed we will have another PR this week or maybe next week ready for new UI on the create project
One of The Key Changes on This PR is the web view for POPUP as it is now an overlay on top of the whole page and can be scrollable on the map side without much problem.
Screenshot:
Same thing but for the mobile view
Screenshot:
You can tell me any flaws you find or see @spwoodcock and will change it accordingly.