1.6.1 • Published 5 years ago

@datopian/edp v1.6.1

Weekly downloads
42
License
ISC
Repository
gitlab
Last release
5 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

5 years ago

1.6.0

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.21

5 years ago

1.4.20

5 years ago

1.4.19

5 years ago

1.4.18

5 years ago

1.4.17

5 years ago

1.4.16

5 years ago

1.4.15

5 years ago

1.4.14

5 years ago

1.4.13

5 years ago

1.4.12

5 years ago

1.4.11

5 years ago

1.4.10

5 years ago

1.4.9

5 years ago

1.4.8

5 years ago

1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.2

5 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago