Giter Club home page Giter Club logo

the-cube's People

Contributors

albrow avatar dfagnisse avatar dimejy2 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

adamtache

the-cube's Issues

Create a "member" model

The member model should have some sensible attributes: name, email, etc.
It should have_and_belong_to_many updates.
It should have_and_belong_to_many companies.

This way we can tag updates with the members they are related to. A members profile page can show all the updates related to them.

We do not need a members_controller. We can use ActiveAdmin for adding/editing/deleting. You just need to run:

rails generate active_admin:resource member

Create a "company" model

The company model should have some basic attributes: name, what stage it is in, etc.
A company should have_and_belong_to_many members.
A company should have_and_belong_to_many updates.

This is so we can tag updates with the companies they are related to. Then when you visit a company profile page you get some news updates for that company.

We do not need a companies_controller. We can use ActiveAdmin for adding/editing/deleting. You just need to run:

rails generate active_admin:resource company

Add more information to Company and Member models.

What should we add?

For a member I'm thinking maybe:

  • link to blog
  • link to github
  • link to personal site / portfolio
  • description

For company:

  • link to website
  • logo url (we can just use dropbox or S3 for these and do it manually)
  • status (I'm not sure the best way to do this. Could choose one from "pre-prototype", "prototype", "growing/expanding", or something like that. Or it could just be a string and we let each company decide how to describe their own status.)
  • funding
  • revenue

Obviously those fields will be blank for some of us. Anything else we should add? What are your thoughts?

@cranberryofdoom @fabioberger

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.