datopian / data-explorer

Data Explorer app and components built in React oriented to use with CKAN
https://tech.datopian.com/data-explorer/
14 stars 8 forks source link

[DOCS] Detailed developer docs for Data-Explorer #23

Open anuveyatsu opened 4 years ago

anuveyatsu commented 4 years ago

Moved from gitlab, originally created by @starsinmypockets

Acceptance criteria

Tasks

A real world example:

  1. test datapackage-views (manual and automated local testing)
  2. test data-explorer (test locally in standalone mode, for instance)
  3. integrate and test in ckan-montreal frontend-v2 theme
    • [ ] Link to semver docs
    • [ ] Discuss backwards compat issues
    • [ ] Discuss tagging builds in themes / for consumers
anuveyatsu commented 4 years ago

A bit disorganized but further notes from the training session with svetozar

Paul Walker , 30 mins , Edited, Notes from convo:

Paul Walker , 27 mins , New Paul: Document release process

Paul Walker , 24 mins , Edited, New

  1. Merge PR
  2. Pull
  3. npm publish(publishes to the NPM package repository) 3a. Login (need perms) 3b Increment appropriate version (minor in this case)
  4. git tag with "SAME V AS NP PUBLISHED"
  5. git push --tags

Paul Walker , 23 mins , Edited, New

Paul Walker , 5 mins , New There's a lib called propTypes for react that define required and optional props for components - self documenting and makes collaboration and testing much easier

Paul Walker , 2 mins , New TODO svetozar: