Skip to content

Commit a531d1a

Browse files
authored
Updated README
Added some thoughts and principles
1 parent 1637bdb commit a531d1a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# survey
2-
Survey project led by @jkerak
2+
Following from some thoughts [here](https://github.com/codebuddies/v3/issues/8), let's create an (automated) survey of codebuddies.
3+
4+
Conducting surveys can be a great way to identitify technology trends and get a pulse of the community. We could use one of many existing survey-as-a-service product offerings, but it would be much more fun to build one from scratch.
5+
6+
There have been [two](https://medium.com/codebuddies/codebuddies-community-survey-results-really-insightful-commentary-from-yall-8dcb36965d71) codebuddies [surveys](https://docs.google.com/spreadsheets/d/1zwVYxbahwYSMrX5QhJ3akhYcYAdYmzAFfidHxmCGlSk/edit#gid=712701383) in the past. These are probably the best place to start, and we may be able to re-use a lot of what's there, but there is currently no ability to analyze trends and impact over time.
7+
8+
Some key principles:
9+
- CodeBuddies has the potential to be around for a long time. Make design and technology decisions with long term durability and data analysis in mind.
10+
- Use web standards and technologies that make the site accessible to people with disabilities.
11+
- Don't store response data that could be tied to a particular individual at any time. Try to prevent duplicate responses, but don't sacrifice privacy or security.
12+
- Ask questions of the community that either help CodeBuddies itself improve, or would give its members insight into technology trends that may be beneficial to their goals.

0 commit comments

Comments
 (0)