You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn more about our [Vision](https://github.com/hasadna/anyway-newsflash-infographics/blob/development/docs/Vision.md)
30
+
Learn more about our [Vision](https://github.com/data-for-change/anyway-newsflash-infographics/blob/development/docs/Vision.md)
31
31
32
32
## Want to help? <aid="help"></a>
33
-
* Found a bug? feel free to open file a [bug report](https://github.com/hasadna/anyway-newsflash-infographics/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBug%5D). If you're new to github - see our [How To](https://github.com/hasadna/anyway-newsflash-infographics/blob/dev/docs/HowTo.md) step by step tutorial. You can also contact use on email or slack(see below)
33
+
* Found a bug? feel free to open file a [bug report](https://github.com/data-for-change/anyway-newsflash-infographics/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBug%5D). If you're new to github - see our [How To](https://github.com/data-for-change/anyway-newsflash-infographics/blob/dev/docs/HowTo.md) step by step tutorial. You can also contact use on email or slack(see below)
34
34
* Want contribute some code, help with our UI or improve documentation? Excellent! Please follow these steps
- After we've got your mail, you'll able to join our [Slack Channel](https://app.slack.com/client/T02G85W3A/CLWT1CLDQ). For any issues - contact Yuval or Atalya to get invitation.
40
-
- Optional: install [ZenHub](https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd), so you can see our project [board](https://github.com/hasadna/anyway-newsflash-infographics#workspaces/anyway-5e00f3aa79454c5108bf2370/).
40
+
- Optional: install [ZenHub](https://chrome.google.com/webstore/detail/zenhub-for-github/ogcgkffhplmphkaahpmffcafajaocjbd), so you can see our project [board](https://github.com/data-for-change/anyway-newsflash-infographics#workspaces/anyway-5e00f3aa79454c5108bf2370/).
41
41
42
42
### Diving in <aid="diving"></a>
43
43
44
44
- For improving documentation:
45
-
- see issues marked as [documentation](https://github.com/hasadna/anyway-newsflash-infographics/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and contact Yuval for guidance
45
+
- see issues marked as [documentation](https://github.com/data-for-change/anyway-newsflash-infographics/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and contact Yuval for guidance
46
46
- This is a [good summary](https://medium.com/@kvosswinkel/coding-like-a-journalist-ee52360a16bc) for things to keep in mind when writing technical docs
47
47
- For feature development, bug fixing etc:
48
-
- Read the [Technical Overview](https://github.com/hasadna/anyway-newsflash-infographics#technical-overview)
49
-
and [Project directory structure](https://github.com/hasadna/anyway-newsflash-infographics#project-directory-structure) sections
48
+
- Read the [Technical Overview](https://github.com/data-for-change/anyway-newsflash-infographics#technical-overview)
49
+
and [Project directory structure](https://github.com/data-for-change/anyway-newsflash-infographics#project-directory-structure) sections
50
50
- Contact one of the project's leaders, which can help you getting into things easily
51
-
- Select one of the issues marked as [good first issue](https://github.com/hasadna/anyway-newsflash-infographics/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
52
-
- Read [Contribution Guidelines](https://github.com/hasadna/anyway-newsflash-infographics#contribution-guidelines) before start working on an issue
51
+
- Select one of the issues marked as [good first issue](https://github.com/data-for-change/anyway-newsflash-infographics/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
52
+
- Read [Contribution Guidelines](https://github.com/data-for-change/anyway-newsflash-infographics#contribution-guidelines) before start working on an issue
53
53
- If you have any question - feel free to contact Yuval or Atalya from AnyWAY Project
54
54
55
55
### Technical Overview for Developers <aid="technical-overview"></a>
Can be found in a separate file. Check them out [here](https://github.com/hasadna/anyway-newsflash-infographics/blob/dev/docs/CodeGuidelines.md)
123
+
Can be found in a separate file. Check them out [here](https://github.com/data-for-change/anyway-newsflash-infographics/blob/dev/docs/CodeGuidelines.md)
124
124
125
125
##### Branch naming <aid="branch-naming"></a>
126
126
@@ -173,15 +173,15 @@ A standard procedure for working on an issue would be to:
173
173
8. After approval, merge your PR
174
174
9. GitHub will automatically delete the branch, after the merge is done. (they can still be restored).
175
175
176
-
If you never opened a PR on github - see our [How To](https://github.com/hasadna/anyway-newsflash-infographics/blob/dev/docs/HowTo.md) step by step tutorial
176
+
If you never opened a PR on github - see our [How To](https://github.com/data-for-change/anyway-newsflash-infographics/blob/dev/docs/HowTo.md) step by step tutorial
177
177
178
178
### Server code <aid="server-code"></a>
179
179
180
180
We have app server (written in [express](https://expressjs.com/), a node.js-based framework) which supports 2 functions:
181
181
182
182
- Cache API requests (from the backend data cluster)
183
183
- Provide user management capabilities
184
-
[Our server repo](https://github.com/hasadna/anyway-newsflash-infographics-backend)
184
+
[Our server repo](https://github.com/data-for-change/anyway-newsflash-infographics-backend)
185
185
186
186
### Server API <aid="server-api"></a>
187
187
@@ -201,12 +201,12 @@ Each environment has a specific environment file which can be used to override `
201
201
202
202
We use [github actions](https://github.com/marketplace?type=actions) for the following flows:
203
203
204
-
1.[on-push CI](https://github.com/hasadna/anyway-newsflash-infographics/actions?query=workflow%3ACI) - provide per-PR CI testing and a live PR preview (see below)
205
-
1.[deploy-dev](https://github.com/hasadna/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of `dev` branch to Staging Environment - https://anyway-infographics-staging.web.app/
206
-
1.[deploy-master](https://github.com/hasadna/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of master branch to Production Environment:
204
+
1.[on-push CI](https://github.com/data-for-change/anyway-newsflash-infographics/actions?query=workflow%3ACI) - provide per-PR CI testing and a live PR preview (see below)
205
+
1.[deploy-dev](https://github.com/data-for-change/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of `dev` branch to Staging Environment - https://anyway-infographics-staging.web.app/
206
+
1.[deploy-master](https://github.com/data-for-change/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of master branch to Production Environment:
207
207
*https://anyway-infographics.web.app/
208
208
*https://media.anyway.co.il/
209
-
1.[Deprecated][deploy-demo](https://github.com/hasadna/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of demo branch to Demo Environment - https://anyway-infographics-demo.web.app/
209
+
1.[Deprecated][deploy-demo](https://github.com/data-for-change/anyway-newsflash-infographics/actions?query=workflow%3Adeploy-development): continuous deployment of demo branch to Demo Environment - https://anyway-infographics-demo.web.app/
210
210
211
211
Live Preview
212
212
Once you open a PR and all test pass successfully, a temporary live preview site will be created. Use it to see the changes and make sure everything works, before asking for a code review.
Copy file name to clipboardExpand all lines: docs/Boarding.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ But fear not - this guide is here to help you get familiar with the project.
7
7
### Steps
8
8
1. Talk to the team leader and get intro message (if you are reading this, you probably done that)
9
9
1. Check out [Anyway Background](#anyway-bg) below to get general background
10
-
1. Read the *entire*[README](https://github.com/hasadna/anyway-newsflash-infographics/blob/dev/README.md). Make sure to cover our [code guidelines](https://github.com/hasadna/anyway-newsflash-infographics/blob/dev/docs/CodeGuidelines.md)
10
+
1. Read the *entire*[README](https://github.com/data-for-change/anyway-newsflash-infographics/blob/dev/README.md). Make sure to cover our [code guidelines](https://github.com/data-for-change/anyway-newsflash-infographics/blob/dev/docs/CodeGuidelines.md)
11
11
1. Play a bit with the app :) Links are in the README. you can use Production / Staging environment. We recommend to try both and see the differences.
12
12
1. Talk to team leader and set an [On-Boarding Meeting](#onboard)
Copy file name to clipboardExpand all lines: docs/Release.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ so if last release was `v0.2.0`, next release should be `v0.3.0`.
25
25
26
26
#### Step 2: Publish a Release on `master` branch
27
27
28
-
Go to [create a new release](https://github.com/hasadna/anyway-newsflash-infographics/releases/new) and create a release with the version number and `Target:master`.
28
+
Go to [create a new release](https://github.com/data-for-change/anyway-newsflash-infographics/releases/new) and create a release with the version number and `Target:master`.
29
29
30
30
If you're new to github releases, follow [Creating a release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release) steps 1 - 6.
Copy file name to clipboardExpand all lines: docs/Vision.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
## About ANYWAY
4
4
5
-
ANYWAY give interactive map, Database engine, and information on Traffic accidents in israel. the data originating from the Central Bureau of Statistics and United Hazalah’s, as well as traffic violations as reported by road vigilantes.
5
+
ANYWAY is Data For Change’s first community based project aiming to reduce road fatalities via data driven decisions, public awareness and government’s data transparency.
6
+
Our community of devoted volunteers build technological tools for analysis and accessibility of reliable information of road accidents, and their prevention, in line with the "Vision Zero" approach.
7
+
The first tool we developed, is an interactive map showing car accidents [found here](www.anyway.co.il)
8
+
ANYWAY MAP is an interactive map, Database engine, and information on Traffic accidents in israel. the data originating from the Central Bureau of Statistics, as well as traffic violations as reported by road vigilantes.
6
9
7
10
The goal of the project is to primarily raise public awareness for Road Hazard and about available
8
11
solution's to improve road safety. This is used to create pressure on decision makers to perform necessary infrastructural repairs as well as create discourse regarding solutions.
0 commit comments