Git Product home page Git Product logo

form-pa's People

Contributors

bfabio avatar dependabot-preview[bot] avatar dependabot[bot] avatar emiliosp avatar ioggstream avatar mfortini avatar sebbalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

form-pa's Issues

Print entire form

This is connected to #44
Printing will be demandate using browser API and then OS directly.

Fix the node version in the dockerfile

In the dockerfile we should use a fixed version of alpine and node.

Using the general tag lts is error-prone because it changes over time.

I would suggest node:14-alpine3.12

Review screen before submit

I expect a review screen before submit the entire form.
Here will be possible to submit, print the form or cancel the entire operation.

PDF Export with active fields

Figure it out how to export form in pdf having active fields within. Form inside PDF must be editable.

Using wkhtmltopdf:
docker run --rm -v $(pwd):/data madnight/docker-alpine-wkhtmltopdf --enable-forms /data/in.html /data/out.pdf

cc @ioggstream

Beautify URLs

Loading schemas using URL query parameters will results in ugly and very long url, a shortener service will mitigate this.

Set allowJs to false

I would keep allowJs flag in tsconfig.json file as false. I know, it is for test-utils.js file but since actual tests suite is quite bare we should consider a refactor

Originally posted by @sebbalex in #41 (comment)

Replace CRA with webpack + babel + typescript minimal starter kit

create-react-app (CRA) is a very useful starter kit for a very quick prototyping purpose, but I would suggest to replace it with a leaner webpack + babel pipeline.

Mainly because

  • It is difficult to add custom build configs.
  • Abstracts everything. You don't know how things are working under the hood and this could lead to hidden issues.
  • CRA is heavy and full of stuff for general purposes (e.g. sass support).
  • If you eject be prepared to manage a lot of dependencies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.