Skip to content

Commit

Permalink
Move older text, add links
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Oct 9, 2024
1 parent bd9989e commit 727bb5b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 51 deletions.
52 changes: 1 addition & 51 deletions projects/profile-editor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Environmental Profile Editor

We're aiming to find and combine profile modules based on [Environmental Product Declarations (EPD)](../../../io/template/) and UI tool's like UC Berkeley's [CoolCarbon footprints](https://coolclimate.berkeley.edu/calculator).
[OpenFootprint Panels](../../../OpenFootprint/) aim to make footprint data sharable using yaml. Inspired by UC Berkeley's [CoolCarbon footprints](https://coolclimate.berkeley.edu/calculator). We're creating and combine profile modules based on [Exiobase Trade flow data](../../../OpenFootprint/trade), [US EPA State Impacts](../../../io/about/) and [Environmental Product Declarations (EPD)](../../../io/template/)
<!-- created a seetings-layout branch,
then switched to githubpages branch -->

Expand All @@ -9,53 +9,3 @@ We're aiming to find and combine profile modules based on [Environmental Product
</div>

<a href="cinematic/img/figma-sample.jpg"><img src="cinematic/img/figma-sample.jpg" style="width:100%;max-width:450px; border:1px solid #ccc"></a><br><a href="https://www.figma.com/file/mVZUSQCMBsIMu9bp7Y8qsS/Impact-Footprint?node-id=0%3A1" target="fig">Figma Mockup</a> for <a href="/apps/">6 impact areas that expand to 24</a>

<div style="clear:both"></div>

### Impact Footprints stored on GitHub (Developed in React)

[The profile-editor](https://modelearth.github.io/profile-editor) is a fork of Italy's publiccode-editor which saves Metadata settings in a file residing on GitHub. [Clone our Fork](https://github.com/modelearth/profile-editor). Code for America's version saves directly to GitHub. Our update will allow the form to be viewed before logging into GitHub.



[View Interface - Italy](https://publiccode-editor.developers.italia.it/) - Best interface example currently, [view schema](https://docs.italia.it/italia/developers-italia/publiccodeyml-en/en/master/schema.core.html#top-level-keys-and-sections)
[View Interface - America](https://codeforamerica.github.io/publiccode-pusher/) - Would be best to remove initial login requirement so fields can be viewed - [Issue](https://github.com/codeforamerica/publiccode-pusher/issues/13)

View our paser for displaying [YAML and JSON as HTML](../../../io/template/parser/) (Might require hitting reload.)

<a href="https://model.earth/profile-editor/"><img src="../../../community/projects/profile-editor/img/profile-editor.png" style="width:100%; border:1px solid #999"></a>

NOTE:
Since we're not editing the github-pages branch within our fork,
Copy the content of "dist" into "docs" folder. Only the app.bundle.js file changes.

TO DO:
1. Add ability to save to GitHub, but avoid using React Redux.
1. Add optional skillbank section: "3. Goods and Services"
1. Display sections in left column (like Google Chrome settings)
1. Include an "Add" button for choosing sectors.
1. Pull the list of sectors from the [sectors.json file](https://github.com/modelearth/io/tree/master/build/api/USEEIOv2.0) in the built USEEIO-widgets repo used by the [io widgets](https://model.earth/io/charts/).
1. Save the Goods and Services to the GitHub Repo in the sectors.yml file.
1. Include a field beside each selected sector for the dollar/euro amounts per year. [See OpenLCA tabulator](../../../apps/smm/).
1. Provide percentage field for indicating when an entity's Goods and Services are more sustainable than the average provider.
1. Include a field for editing the year and save prior years as: sectors-2020.yml, etc.
1. Store additional entity info for organizations and individuals in a file called profile.yml or entity.yml.

UPDATED:
In "profile-editor" branch, renamed to: Profile Editor, added custom.scss containing: sidebar { order: -1;
} to move to left side. Updated src/asset/style.scss to include: @import "./custom.scss";



More about Code for America's [Public Code Pusher](https://brigade.cloud/projects/publiccode-helper/).

We'll optimize <a href="../../../io/template/feed/">our call to the openEPD API</a> for the <a href="../../../localsite/info/#show=openepd&mapview=state&state=GA">OpenEPD map display</a> to load faster by fetching fewer fields. You'll find the "openEPD" settings in our <a href="../../../localsite/js/map.js">localsite/js/map.js</a> file.<br><br>

This page contains [just the maps](../../localsite/map/#show=openepd&mapview=state&state=GA) (note how slow the marker point (map1) is.

Possible EDP form sample: [ClimateEarth.com demo](https://www.climateearth.com/command-qc-demo-sign-up/)
Also, [GreenDelta Java EPD editor](https://github.com/GreenDelta/epd-editor)
[Amazon employee's "Communicating EDP's" article with "Nutrition" Label](https://www.linkedin.com/pulse/amazon-has-unparalleled-opportunity-drive-low-carbon-products-guest/)

---
[Impact Profiles](../../../io/template/) and [3.0 Mockup](../../../apps/smm/)
48 changes: 48 additions & 0 deletions projects/profile-editor/removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

### Impact Footprints stored on GitHub (Developed in React)

[The profile-editor](https://modelearth.github.io/profile-editor) is a fork of Italy's publiccode-editor which saves Metadata settings in a file residing on GitHub. [Clone our Fork](https://github.com/modelearth/profile-editor). Code for America's version saves directly to GitHub. Our update will allow the form to be viewed before logging into GitHub.



[View Interface - Italy](https://publiccode-editor.developers.italia.it/) - Best interface example currently, [view schema](https://docs.italia.it/italia/developers-italia/publiccodeyml-en/en/master/schema.core.html#top-level-keys-and-sections)
[View Interface - America](https://codeforamerica.github.io/publiccode-pusher/) - Would be best to remove initial login requirement so fields can be viewed - [Issue](https://github.com/codeforamerica/publiccode-pusher/issues/13)

View our paser for displaying [YAML and JSON as HTML](../../../io/template/parser/) (Might require hitting reload.)

<a href="https://model.earth/profile-editor/"><img src="../../../community/projects/profile-editor/img/profile-editor.png" style="width:100%; border:1px solid #999"></a>

NOTE:
Since we're not editing the github-pages branch within our fork,
Copy the content of "dist" into "docs" folder. Only the app.bundle.js file changes.

TO DO:
1. Add ability to save to GitHub, but avoid using React Redux.
1. Add optional skillbank section: "3. Goods and Services"
1. Display sections in left column (like Google Chrome settings)
1. Include an "Add" button for choosing sectors.
1. Pull the list of sectors from the [sectors.json file](https://github.com/modelearth/io/tree/master/build/api/USEEIOv2.0) in the built USEEIO-widgets repo used by the [io widgets](https://model.earth/io/charts/).
1. Save the Goods and Services to the GitHub Repo in the sectors.yml file.
1. Include a field beside each selected sector for the dollar/euro amounts per year. [See OpenLCA tabulator](../../../apps/smm/).
1. Provide percentage field for indicating when an entity's Goods and Services are more sustainable than the average provider.
1. Include a field for editing the year and save prior years as: sectors-2020.yml, etc.
1. Store additional entity info for organizations and individuals in a file called profile.yml or entity.yml.

UPDATED:
In "profile-editor" branch, renamed to: Profile Editor, added custom.scss containing: sidebar { order: -1;
} to move to left side. Updated src/asset/style.scss to include: @import "./custom.scss";



More about Code for America's [Public Code Pusher](https://brigade.cloud/projects/publiccode-helper/).

We'll optimize <a href="../../../io/template/feed/">our call to the openEPD API</a> for the <a href="../../../localsite/info/#show=openepd&mapview=state&state=GA">OpenEPD map display</a> to load faster by fetching fewer fields. You'll find the "openEPD" settings in our <a href="../../../localsite/js/map.js">localsite/js/map.js</a> file.<br><br>

This page contains [just the maps](../../localsite/map/#show=openepd&mapview=state&state=GA) (note how slow the marker point (map1) is.

Possible EDP form sample: [ClimateEarth.com demo](https://www.climateearth.com/command-qc-demo-sign-up/)
Also, [GreenDelta Java EPD editor](https://github.com/GreenDelta/epd-editor)
[Amazon employee's "Communicating EDP's" article with "Nutrition" Label](https://www.linkedin.com/pulse/amazon-has-unparalleled-opportunity-drive-low-carbon-products-guest/)

---
[Impact Profiles](../../../io/template/) and [3.0 Mockup](../../../apps/smm/)

0 comments on commit 727bb5b

Please sign in to comment.