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

Sync main with develop #183

Merged
merged 12 commits into from Aug 29, 2021
Merged

Sync main with develop #183

merged 12 commits into from Aug 29, 2021

Conversation

Rucha1499
Copy link
Contributor

Sync main with develop

@swarajpure swarajpure merged commit 6a2953b into main Aug 29, 2021
kush-x7 pushed a commit that referenced this pull request Nov 14, 2022
* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* updating user status  feature

* Simplified the user status component logic

* Fix for the failing test

* Added a pointer on button and some spacing fixes.

* updated package lock version

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* Handled edge cases for user
status

* Fixed naming and handled a edge-case in handlebars

* handled edge case - when user not logged in

* removed non-required fields in UserStatusComponent

* Added disabled attribute to user-status buttons

* Added finally block

* Fixed backticks

* chore: resolve conflicts

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
kush-x7 pushed a commit that referenced this pull request Nov 14, 2022
* Feature: marking user status (#182)

* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>

* Feature: updating user status (#183)

* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* updating user status  feature

* Simplified the user status component logic

* Fix for the failing test

* Added a pointer on button and some spacing fixes.

* updated package lock version

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* Handled edge cases for user
status

* Fixed naming and handled a edge-case in handlebars

* handled edge case - when user not logged in

* removed non-required fields in UserStatusComponent

* Added disabled attribute to user-status buttons

* Added finally block

* Fixed backticks

* chore: resolve conflicts

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
kush-x7 pushed a commit that referenced this pull request Nov 14, 2022
* Feature: marking user status (#182)

* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>

* Feature: updating user status (#183)

* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* updating user status  feature

* Simplified the user status component logic

* Fix for the failing test

* Added a pointer on button and some spacing fixes.

* updated package lock version

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* Handled edge cases for user
status

* Fixed naming and handled a edge-case in handlebars

* handled edge case - when user not logged in

* removed non-required fields in UserStatusComponent

* Added disabled attribute to user-status buttons

* Added finally block

* Fixed backticks

* chore: resolve conflicts

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>

* loading state for routes (#164)

* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* added loading state for tasks route

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* package-lock udpate

* added loading state for tasks route

* package-lock changed

* loading state for profile

* loading file added

* package-lock resolved conflicts

* loading spinner added

* spinner centered

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
Co-authored-by: Swaraj Rajpure <56217868+swarajpure@users.noreply.github.com>

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
Co-authored-by: Akshay Shinde <55057874+akshay1502@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants