Code Monkey home page Code Monkey logo

amsterdam / vergunningcheck Goto Github PK

View Code? Open in Web Editor NEW
5.0 6.0 3.0 93.87 MB

Open source Amsterdam vergunningcheck website tbv Digitaal Stelsel Omgevingswet (DSO). Middels Standaard toepasbare regels (STTR), Informatiemodel Toepasbare Regels (IMTR) en registerbevragingen via Amsterdam Datapunt open api's kunnen burgers controleren of ze een vergunning nodig hebben voor bijvoorbeeld een dakkapel of zonnepanelen.

Home Page: https://www.amsterdam.nl/veelgevraagd/?productid=%7BF739272F-F234-4475-B7EC-31DB44365F96%7D

License: Mozilla Public License 2.0

HTML 0.39% JavaScript 5.30% TypeScript 94.29% Shell 0.02%
amsterdam sttr dso wetgeving vergunning toepasbare regels imtr

vergunningcheck's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vergunningcheck's Issues

Global `asc-ui` component import/export

Add global import/export for all asc-ui components we need in our project

A global import/export would prevent a lot of duplicate importing/exporting and would also make an improvement for minor theme styling like margin-bottom on the same asc-ui components. Right now we got too many mixed component imports from either asc-ui or *Styled.js files that also import from asc-ui.

For example:LocationFinder uses two kinds of component imports

import { Paragraph, Select } from "@datapunt/asc-ui";
import { StyledTextField, StyledAlert } from "./LocationFinderStyles";

LocationFinderStyles also has imports from asc-ui and adds some minor styling

import { AlertMessage as Alert, TextField } from "@datapunt/asc-ui";

export const StyledTextField = styled(TextField)`
  margin-bottom: 25px;
`;

export const StyledAlert = styled(Alert)`
  margin-bottom: 25px;
`;

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.