{"id":16742322,"url":"https://github.com/clemsos/jueso","last_synced_at":"2025-10-11T14:14:59.388Z","repository":{"id":140975565,"uuid":"2195324","full_name":"clemsos/jueso","owner":"clemsos","description":"Community-oriented crowdfunding platform for artists","archived":false,"fork":false,"pushed_at":"2012-09-29T07:25:01.000Z","size":26729,"stargazers_count":8,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T12:12:19.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.jue.so","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemsos.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-12T04:42:02.000Z","updated_at":"2020-02-28T13:14:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d5e2f22-94c5-4eb9-b88f-2713d504dd8c","html_url":"https://github.com/clemsos/jueso","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fjueso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fjueso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fjueso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemsos%2Fjueso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemsos","download_url":"https://codeload.github.com/clemsos/jueso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225711,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T01:23:22.731Z","updated_at":"2025-10-03T12:40:35.313Z","avatar_url":"https://github.com/clemsos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crowdfunding platform #\n\nThis is the README file for a crowdfunding platform created first for jue.so website (Shanghai, 2011).\n\nView test website http://deep-sword-8508.herokuapp.com/\n\n\n## Functionalities ##\n\n#### Crowdfunding platform ####\n  * Crowfunding solution : rewarding, funding, deadline+expiration\n  * Follow project life through updates and comments \n  * Project moderation : submission require admin approval\n  * All registered users can submit projects\n\n#### For creative people ####\n  * Customize profile (avatar, geo-loc, etc)\n  * Advanced users can open a personal portfolio\n  * Profile can be turn into personal website\n\n#### Community-oriented ####\n  * Follow projects + users\n  * Post updates through profile \n  * Update profile through social networks (to be implemented)\n\n#### Others ####\n  * Editorial : projects can be featured on home\n  * Multilingual : Includes English and Chinese\n  * Beta test : build for beta test and production\n\n## Admin ##\nYou can access admin control panel through \n\n\tyourwebsite.com/admin\n\nThe ADMIN users are NOT related with users regitered through front-end website.\n\nThey are stored in separate tables and models (AdminUser).\n\nAdmins can be created through console only :\n    \n    clemsos@ubuntu:~/Sites/jueso$ rails c\n    Loading development environment (Rails 3.0.9)\n    1.9.3p0 :001 \u003e a = AdminUser.new\n    1.9.3p0 :002 \u003e a.email = \"email@website.com\" \n    1.9.3p0 :003 \u003e a.password = \"password\"\n    1.9.3p0 :004 \u003e a.save!\n     =\u003e true \n    \n\n## About Users ##\nFor front-end users, there is 4 different users types (Role) :\n    \n    * Admin : can do everything\n    * Member : can edit his profile, start a Proposal\n    * Artist : advanced profile (portfolio\n    * Institution \n    \n\nYou can add roles through admin interface.\nPermissions management : check app/models/ability.rb\n\n## Upload a project : ## \n1. Register\n2. Confirm account\n2. Upload a project proposal (Proposal)\n4. Proposals are reviewed by Admin (pending, rejected, accepted)\n5. If proposal is accepted, then it becomes a project (Project)\n\n\n    \n    * published\n    * unpublished\n    * funded \n    * expired (time out)\n    * deleted (by Admin or User)\n    \n \n## Enable beta test mode ##\n\nWhen Beta mode is enable, you will have to add users to Beta list before they can register (BetaInvite).\n\nTo enable/disable beta invitations, uncomment/comment line 11 in app/model/User.rb\n\n    \n    before_validation :beta_invited?\n    \n\n\n## Requirements ##\nWritten with :\n  * Rails 3\n  * Ruby 1.9.3\n  * Mysql 5\n  * ImageMagik\n\nAvailable under MIT License, Clément Renaud @clemsos, 2011\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemsos%2Fjueso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemsos%2Fjueso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemsos%2Fjueso/lists"}