summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-01-15 12:52:05 +0100
committervarac <varacanero@zeromail.org>2016-01-15 12:52:05 +0100
commitfa8e31042f2bd533ff908e8d4464a6ab630f4d08 (patch)
tree9a1f78852ac549234ae218ff5ab7ca73167b78fe
parentc606700a554d126dfc2146016031dd3b287bf3ea (diff)
removed already implemented webapp project ideas
-rw-r--r--pages/docs/get-involved/project-ideas.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/pages/docs/get-involved/project-ideas.md b/pages/docs/get-involved/project-ideas.md
index 593bf65..cf9f379 100644
--- a/pages/docs/get-involved/project-ideas.md
+++ b/pages/docs/get-involved/project-ideas.md
@@ -372,13 +372,6 @@ Another possibility is something like, [PSELS](http://www.ncsa.illinois.edu/peop
LEAP Webapp
============================
-### Add support for bitcoin payments to the billing module
-
-The webapp has a payment infrastructure setup (Braintree), but it only supports credit card and bank wire payments. The webapp should be extended to also accept payments from bitcoin.
-
-* Contact: azul, elijah, jessi
-* Difficulty: Easy
-
### Add support for newsletter
Sometimes simple push notifications aren't enough, you may want to mail a newsletter to your users or more descriptive notifications, it should be possible for an administrator of a provider to use the webapp to quickly send mail to all its users.
@@ -395,14 +388,6 @@ Description: Once the Soledad server quota enforcement code is in place, it woul
* Difficulty: Easy
* Skills: Ruby
-### Add support for token-based user registration
-
-The idea is to allow or require tokens in the signup process. These tokens might allow to claim a particular username, give you a credit when you sign up, allow you to sign up, etc.
-
-* Contact: azul, jessi, elijah
-* Difficulty: Easy
-* Skills: Ruby and Javascript
-
### Add a status system
Having a simple way for users to be able to visit the website to see if there are any system problems they should be aware of would be very useful. Exposing to the administrators a way to add a system status notification, and set a critical priority level and then the newest message would be displayed on the top of a status page, using different colors for the severity levels.