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

[PE-4] Implement form for creating a profile #7

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

erikfazio
Copy link
Contributor

I have implemented the core components with which I will build all the views. In particular I worked on the form that allows the insertion of a new profile, along with the logic for the stepper. Still missing the validation part of the form and some small graphic imperfections that will be fixed later.

@erikfazio erikfazio force-pushed the PE-4-compilation-personal-data branch from 7c547f2 to b6e7a47 Compare April 14, 2021 15:56
@pagopa-github-bot
Copy link
Contributor

pagopa-github-bot commented Apr 14, 2021

Warnings
⚠️ This PR changes a total of 1919 LOCs, that is more than a reasonable size of 250. Consider splitting the pull request into smaller ones.
⚠️ Please include a Pivotal story at the beginning of the PR title (see below).

@svgr/parcel-plugin-svgr

Author: Mario Pabon

Description: SVGR Parcel plugin.

Homepage: https://react-svgr.com

Createdover 2 years ago
Last Updated5 months ago
LicenseMIT
Maintainers1
Releases14
Direct Dependencies@babel/core, @babel/plugin-transform-react-constant-elements, @babel/preset-env, @babel/preset-react, @svgr/core, @svgr/plugin-jsx and @svgr/plugin-svgo
Keywordssvgr, svg, react, parcel and parcel-plugin
README

@svgr/parcel-plugin-svgr

Parcel plugin for SVGR.

npm install @svgr/parcel-plugin-svgr

Usage

In your code:

import Star from './star.svg'

const App = () => (
  <div>
    <Star />
  </div>
)

License

MIT

yup

Author: @monasticpanic Jason Quense

Description: Dead simple Object schema validation

Homepage: https://github.com/jquense/yup

Createdover 6 years ago
Last Updatedabout 1 month ago
LicenseMIT
Maintainers1
Releases104
Direct Dependencies@babel/runtime, @types/lodash, lodash, lodash-es, nanoclone, property-expr and toposort
This README is too long to show.

node-sass

Author: Andrew Nesbitt

Description: Wrapper around libsass

Homepage: https://github.com/sass/node-sass

Createdalmost 9 years ago
Last Updated6 months ago
LicenseMIT
Maintainers3
Releases140
Direct Dependenciesasync-foreach, chalk, cross-spawn, gaze, get-stdin, glob, lodash, meow, mkdirp, nan, node-gyp, npmlog, request, sass-graph, stdout-stream and true-case-path
Keywordscss, libsass, preprocessor, sass, scss and style
This README is too long to show.

formik

Author: Jared Palmer

Description: Build forms in React, without the tears

Homepage: https://formik.org

Createdalmost 4 years ago
Last Updatedabout 1 month ago
LicenseApache-2.0
Maintainers1
Releases198
Direct Dependenciesdeepmerge, hoist-non-react-statics, lodash, lodash-es, react-fast-compare, tiny-warning and tslib
Keywordsformik, form, forms, react, react-dom, hooks, react hooks, validation, render props, validation, higher order component and hoc
README

Formik.js

Build forms in React, without the tears.


Stable Release
Blazing Fast
gzip size
license
Discord

Visit https://formik.org to get started with Formik.

Organizations and projects using Formik

List of organizations and projects using Formik

Authors

Contributors

Formik is made with <3 thanks to these wonderful people
(emoji key):


Jared Palmer

💬 💻 🎨 📖 💡 🤔 👀 ⚠️

Ian White

💬 🐛 💻 📖 🤔 👀

Andrej Badin

💬 🐛 📖

Adam Howard

💬 🐛 🤔 👀

Vlad Shcherbin

💬 🐛 🤔

Brikou CARRE

🐛 📖

Sam Kvale

🐛 💻 ⚠️

Jon Tansey

🐛 💻

Tyler Martinez

🐛 📖

Tobias Lohse

🐛 💻

This project follows the
all-contributors
specification. Contributions of any kind welcome!

Related

  • TSDX - Zero-config CLI for TypeScript used by this repo. (Formik's Rollup configuration as a CLI)

Apache 2.0 License.

New dependencies added: formik, node-sass, yup and @svgr/parcel-plugin-svgr.

Example of PR titles that include pivotal stories:

  • single story: [#123456] my PR title
  • multiple stories: [#123456,#123457,#123458] my PR title

Generated by 🚫 dangerJS against ad3a26f

@erikfazio erikfazio force-pushed the PE-4-compilation-personal-data branch from f553845 to acfffa7 Compare April 15, 2021 07:11
@erikfazio erikfazio force-pushed the PE-4-compilation-personal-data branch from acfffa7 to ad3a26f Compare April 15, 2021 07:16
Copy link
Contributor

@AleDore AleDore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@erikfazio erikfazio merged commit c879da9 into master Apr 15, 2021
@erikfazio erikfazio deleted the PE-4-compilation-personal-data branch April 15, 2021 10:37
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.

3 participants