datopian / ckanext-versioning

Deprecated. See https://github.com/datopian/ckanext-versions. ⏰ CKAN extension providing data versioning (metadata and files) based on git and github.
https://tech.datopian.com/versioning/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Load the list of releases asynchronously #65

Closed pdelboca closed 3 years ago

pdelboca commented 3 years ago

This PR fixes #61 by creating a new javascript module to load asynchronously the list of releases. This solution is based on the CKAN approach to create java-script modules to render templates asynchronously.

This PR is still a WIP but the overall approach to fix the issue is ready to review. I think it would be nice to make some refactor to the current approach to render the releases list so we are consistent in the architecture of the extension.

Some extra changes to the UI:

amercader commented 3 years ago

This looks good to me @pdelboca