Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinschaap committed Nov 29, 2023
1 parent e3c3727 commit 373d6a3
Show file tree
Hide file tree
Showing 776 changed files with 43,691 additions and 18,792 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL=/usr/bin/env bash -O globstar

all: help

test: test_phpcs test_phpstan test_phpcsfixer test_phpmd test_unit test_psalm test_twig test_markdown ## Runs tests
test: test_phpcs test_phpstan test_phpcsfixer test_phpmd test_unit test_psalm test_twig test_markdown test_translations ## Runs tests

test_phpcs:
source test-utils.sh ;\
Expand Down Expand Up @@ -43,6 +43,11 @@ test_twig: ## Run twig linter
APP_DEBUG=false APP_ENV=prod php bin/console cache:warmup
APP_DEBUG=false APP_ENV=prod php bin/console lint:twig templates

test_translations: ## Run yaml linter on translation files
source test-utils.sh ;\
section "TRANSLATION-LINT" ;\
php bin/console lint:yaml translations

test_markdown: ## Lint markdown files
source test-utils.sh ;\
section "MARKDOWN-LINT" ;\
Expand Down
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
## Introduction

This repository contains the source code and the technical documentation of the website <https://open.minvws.nl/>.
This is the new Woo-platform where visitors can search for governmental documentation regarding COVID-19 issues, or other issues that are related to the Ministry of VWS.
On this portal visitors can also request disclosures of documentation that is not yet available.
This new platform replaces <https://wobcovid19.rijksoverheid.nl/>.

**Design, context and contribution information of the project OpenMinVWS can be found [here](https://github.com/minvws/nl-rdo-woo-coordination-public)).**

## Technical information

For technical info, see the [Technical](docs/technical.md) documentation.

## UX Design

For the UX Design of the platform, see our [public Figma](https://www.figma.com/file/c28asdY553wHEMJq77xgHm/Ontwerp-MVP-(publieke-versie)?type=design&node-id=1%3A22768&mode=design&t=qxRIskXLNOOfxFpD-1).

## Installation

The Woo platform is based on the Symfony framework and uses Elasticsearch as search engine.
Expand All @@ -34,13 +29,3 @@ For Doctrine entities, see the [Doctrine](docs/doctrine.md) documentation.
## Terminology

For terminology, see the [Terminology](docs/terminology.md) documentation.

All other documentation can be found in the [docs](docs) folder.

## Contributing

If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository of this package.

## License

This package is open-source and released under the [European Union Public License version 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12). You are free to use, modify, and distribute the package in accordance with the terms of the license.
5 changes: 0 additions & 5 deletions assets/admin.js

This file was deleted.

11 changes: 0 additions & 11 deletions assets/alpine.js

This file was deleted.

8 changes: 0 additions & 8 deletions assets/app.js

This file was deleted.

23 changes: 0 additions & 23 deletions assets/dropzone.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/admin/admin-logo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/img/admin/chevron-right.svg

This file was deleted.

Loading

0 comments on commit 373d6a3

Please sign in to comment.