Giter Site home page Giter Site logo

aninditamishra / membershiphub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from k-godfrey22/membershiphub

0.0 1.0 0.0 89 KB

A Membership web app for the Student Engineers' Council

Ruby 16.82% JavaScript 0.72% CoffeeScript 0.13% CSS 78.66% HTML 3.68%

membershiphub's Introduction

MembershipHub

A Membership web app for the Student Engineers' Council

The Membership Hub is designed to keep a record of active members and their necessary personal information - the more info the better. The web app should manage member information, member absences, member points, committee structures, "datasheets" and member statistics, and a "points leaderboard" to praise exceptional members. There should be two levels of access: an admin management interface and a non-admin general council member access.

Goals

  • Attributes of a user object should include: first_name, last_name, DOB, UIN, email, phone, tshirt_size, grad_year, grad_semester, home_address, major, committee, is_society_rep, societies, points_exempt, active, probation, pending_removal, auth_level, semester_joined, comments.
  • Member absences
  • Points management: view and edit member points, request points (just list an email)
  • Committees: view, edit, and remove names of committees and members therein
  • Datasheets: pull analytics about current members
  • Add new member: must be able to select multiple committees and multiple societies
  • Points leaderboard
  • Member directory

Reach Goals

  • Attendence management
  • Member archives
  • Photos for each active member
  • QR code develepment for meeting sign-in
  • CAS integration
  • Enforced archival instead of permanent deletion
  • Internal meeting objects

Topics of interest

  • This application requires Ruby 2.5.1
  • This application requires Rails 5.2.1

git Basics

Before any work is done, always run:

git pull

After you have made a set of changes to the codebase:

git commit -am "<message about what you did>"

Ensure that none of your changes break the application! The run:

git push

and enter your credentials to push your changes to GitHub.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

To fix mistakes with the database:

$ rails db:rollback

To dump the whole users database and start with a clean one:

$ rails db:migrate:reset

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server -p $PORT -b $IP

membershiphub's People

Watchers

James Cloos avatar

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.