-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create Submit Page #299
Create Submit Page #299
Conversation
❌ Deploy Preview for findadoc failed.
|
Co-authored-by: Anissa Chadouli <[email protected]>
3ac3483
to
c643649
Compare
>{{ $t('submitPage.googleMaps')}}</span> | ||
<input | ||
type="text" | ||
class="mb-5 px-3 py-3.5 w-[350px] h-[50px] bg-white rounded-lg border border-zinc-400 text-neutral-600 text-sm font-normal font-['Noto Sans JP']" |
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.
the fixed widths likely wont work for all phone sizes and should be dynamic based on screen size (em/rem). For MVP this is ok, but we should fix it later
stores/submissionStore.ts
Outdated
import { defineStore } from "pinia"; | ||
|
||
export const useSubmissionStore = defineStore('submissionStore', { | ||
state: () => ({ |
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.
let's update this to use composition api instead of options api
c643649
to
f7fc345
Compare
Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]>
f7fc345
to
518509b
Compare
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.
LGTM!!!
* feat: create Submit Page Co-authored-by: Anissa Chadouli <[email protected]> * feat: create submission store Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]> --------- Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]>
* feat: create Submit Page Co-authored-by: Anissa Chadouli <[email protected]> * feat: create submission store Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]> --------- Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]>
* added loader and apollo query * updated locale store and search store * Create Submit Page (#299) * feat: create Submit Page Co-authored-by: Anissa Chadouli <[email protected]> * feat: create submission store Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]> --------- Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: Philip Ermish <[email protected]> * updated locale store and search store * updated locales and topnav * localization working * made an english / japanese only locale * apollo query works and loader * localization working * apollo query works and loader * new color theme and ui fixes * fix the submission page localization * update submit page localization * update Japanese localization * update ja json * remapped search results mappings. fixed query * locale merge fix * reset the submission form on mount * create thank you page * formatting * built out search bar dropdown data * search query works!! * update submission store * updating store need notes * submission form is working * results are working * map fixes * fix lat and lng * fix missing fields in query and typos * fixed empty query issues * ui improvements * fixed query for combo search * removing old test --------- Co-authored-by: LaShawn Toyoda <[email protected]> Co-authored-by: Anissa Chadouli <[email protected]> Co-authored-by: theyokohamalife <[email protected]>
Creates a Submit page with form that will eventually allow users to submit a healthcare professional to the platform. For now, it just console logs the submission until work is completed on the backend to add additional locales.
Screenshot