1.6.1 • Published 3 years ago

@datopian/edp v1.6.1

Weekly downloads
42
License
ISC
Repository
gitlab
Last release
3 years ago

Energi Data Portal

Contributing

EDP is a theme for frontend-v2 express js app with additional subcomponents from other repositories.

Content Management

TODO: links to CMS and CMS docs in google drive.

Subcomponents

Build Report

A react application for /build-report page. See update-build-report.sh for more info on how it's built.

Metadata search

/build-report page also contains metadata search element. It uses API provided by TODO insert metastore link.

Visualizations

Solar and wind records
Development in electricity consumption

Getting started

Install dependencies:

yarn

CSS

We're using tailwindcss for creating stylesheets. To build the CSS file:

yarn build

Cookies

To stay GDPR compliant

Enclose all html that embeds third-party resource (and may result in third-party cookies) in:

  <div class="blockedHTML">
    {% include "partials/cookie-consent-placeholder.njk" %}
    <template class="cookieConsent">
      <!-- your tag here -->
    </template>
  </div>

and put type javascript/blocked to all javascript that may result in cookies:

<script type="javascript/blocked" src="your/source"></script>

Scripts used

1.6.1

3 years ago

1.6.0

3 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.21

4 years ago

1.4.20

4 years ago

1.4.19

4 years ago

1.4.18

4 years ago

1.4.17

4 years ago

1.4.16

4 years ago

1.4.15

4 years ago

1.4.14

4 years ago

1.4.13

4 years ago

1.4.12

4 years ago

1.4.11

4 years ago

1.4.10

4 years ago

1.4.9

4 years ago

1.4.8

4 years ago

1.4.7

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago