Giter VIP home page Giter VIP logo

hack2save's Introduction

README

An APP about Volunteering

Our main goal is to build a place for Volunteering.

It'll be an webapp where institutions (nonprofit organizations) can add jobs and volunteers can subscribe to its jobs. Not only manage this subscriptions, we want to make a clear environment for both sides know better who wants to work and with which kind of company a people will work.

We are an open source project.

So, WELCOME!

Our technilogies

  • Rails
  • Redis
  • Docker
  • Mailcatcher
  • Postgresql

First setup for running

At first, you need to setup some configurations after clonning the repo to your local machine.

Create your own database.yml

On the repo we have a file database-sample.yml on config dir. It's an sample to create your own. Please, don't delete it.

Setup in your machine

As we use docker, we have a docker-compose.yml for it.

If you want to use, your first step must be create your database.yml with the following content

default: &default
 adapter: postgresql
 encoding: unicode
 pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
 host: postgres
 user: postgres

development:
  <<: *default
  database: hack2save_development 

test:
  <<: *default
  database: hack2save_test 

After creating this file, run the following commands:

1. docker-compose build
2. docker-compose run --rm website bundle install
3. docker-compose run --rm website bundle exec rails db:create
4. docker-compose run --rm website bundle exec rails db:migrate
5. docker-compose up

hack2save's People

Contributors

danilocandido avatar lairtonmendes avatar leonardoscorza avatar moretoend avatar rafaelbadan avatar rhiroyuki avatar saulomendonca avatar wevnasc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hack2save's Issues

Registration error

When I try to registrate myself clicking on Sign up link, an error saying constant Registration doesn't exists is returned to me.

Institution scope select

Change Insitution select on top bar to fill it with institutions added o app and change institution scope after select one

Create controller of institutions

Create a controller for institutions with actions that enable a CRUD operation. For now, a institution must have a name, a description and its category.

Controller to manage jobs

A controller to manage CRUD operations on a given job must be created.
For creating a job it's needed a title, description, requirements, start date and end date of it.

A job have a high dependency of an Institution.

Create wireframes

Design Wireframes using materialize in: wireframepro.mockflow.com

Create controller for permissions

Create a controller that enables to set permissions to an institution. On creating, the profile of the user on that institution must be past.
For now, the user profiles must be :owner, :administrator or :approver.

Controller for subscriptions

A controller to manage subscriptions must be created. It must enables creation and updating of a given subscription.
A subscription has a high dependency of a job and o creation, a cover letter must be sent by the user that is subscribing for a given job.
After creating, the user subscribed can't update it anymore. Only the users with right permissions on institution can update its status.

Create view to manage subscriptions

Create a view where a user with right permissions can manage a subscription for a institution job. It can be possible to approve and deny a subscription.

Create home view

Create a home view with last job added on application. It must be a public view, so, to access this view, the user doesn't need to be logged on application.

On this view the user can search for jobs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.