Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Companies #14

Open
kentonh opened this issue Aug 10, 2015 · 14 comments
Open

add Companies #14

kentonh opened this issue Aug 10, 2015 · 14 comments

Comments

@kentonh
Copy link
Member

kentonh commented Aug 10, 2015

There should be an additional record that is for Companies:

Name
description
URL

@jcserracampos
Copy link

@kentonh Are you talking about a new model?

@ghost
Copy link

ghost commented Sep 28, 2016

@jcserracampos maybe model, migrations....perhaps controller..we need more explanations here @kentonh :)

@kentonh
Copy link
Member Author

kentonh commented Sep 30, 2016

The end result will be similar to what's happening with Resources, the information will just be slightly different.

Create a new model for Company.
A Company should have:

  • Name (text)
  • Logo (via upload or URL)
  • Website (URL)
  • Description (text area)

A new nav item should be added, linking to an index view (similar to People index)
Clicking on a single company should present a detail view of the Company record.

Want more?

@jcserracampos
Copy link

@kentonh I can do it.

@logeshmallow
Copy link

@kentonh Can I take this?

@jcserracampos Did you get a chance to work on this or can I take this and fix it?

@jcserracampos
Copy link

jcserracampos commented Oct 14, 2016

You can take.

@cesc1989
Copy link

cesc1989 commented Oct 1, 2017

Hi @jcserracampos @kentonh

Is there any update on this? If not, I'd like to tackle it.

@kentonh
Copy link
Member Author

kentonh commented Oct 1, 2017

It's all yours @cesc1989

@kentonh kentonh changed the title add Companys add Companies Oct 1, 2017
@cesc1989
Copy link

cesc1989 commented Oct 1, 2017

Good. I'd like you to know I got here following Hacktoberfest tag.

@jcserracampos
Copy link

@cesc1989 There's no problem for me.

@cesc1989
Copy link

cesc1989 commented Oct 11, 2017

Hello @kentonh not sure where else to ask so gonna do it here:

I've configured the project in a Vagrant machine. I'd normally do rails s -b 0.0.0.0 -p 8000 to start the web server however, instead of webrick it starts a puma server stating: tcp://0.0.0.0:8000 and I can't access localhost. Any idea why could this be happening?

BTW, I ask because in the gemfile puma gem is under production group.

Thanks.

@cesc1989
Copy link

Never mind :D My Vagrantfile was misconfigured (VSCode gave me the wrong file)

@kentonh
Copy link
Member Author

kentonh commented Oct 12, 2017

@cesc1989 you have 100% perfect timing, as I was just about to dig into this, you fixed your own issue!

@kentonh kentonh closed this as completed Oct 12, 2017
@kentonh kentonh reopened this Oct 12, 2017
@cesc1989
Copy link

My bad! @kentonh It's taken me a lot more than I thought to start working on this. In a few hours you'll get news on this issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants