stlim0730 / farmview

farmview
3 stars 3 forks source link

Blog: Images and Comments #55

Open calo1 opened 8 years ago

calo1 commented 8 years ago

The blog feature is integrated , but we need images to go to a database. Also fix bugs in the commenting feature

calo1 commented 8 years ago

There are also some formatting issues in the blog itself

screen shot 2016-07-25 at 8 50 27 pm
stlim0730 commented 8 years ago

The time has come: it's time to talk about database. The current version of Farmview is using PostgreSQL running on Heroku; free plan for now. @kbourque, you can find the database credentials on Heroku dashboard.

stlim0730 commented 8 years ago

@kbourque, I have a question. Where is the text content and comments currently stored when you create a blog post?

calo1 commented 8 years ago

@kbourque I'm working a bit on blogs today.

Here are some minor things I think could use polishing:

1) Readme file ( indicate the required textism formatting) and provide a link to textism documentation resources

2) The CSS for the sidebar looked great on your demo, but got lost when it was merged.

3) What do the SITE(s) option and example url options intended to do on the admin panel

4) What is the best way to provide images? Either we do farmview-supported image hosting or we do image source referencing in the text?

kbourque commented 8 years ago

Hey Taek,

I'll update the readme file and look into the other issues. I will let you know what I have in the next few hours.

Thanks, Kim

On Wednesday, August 3, 2016, calo1 notifications@github.com wrote:

@kbourque https://github.com/kbourque I'm working a bit on blogs today.

Here are some minor things I think could use polishing:

1) Readme file ( indicate the required textism formatting) and provide a link to textism documentation resources

2) The CSS for the sidebar looked great on your demo, but got lost when it was merged.

3) What do the SITE(s) option and example url options intended to do on the admin panel

4) What is the best way to provide images? Either we do farmview-supported image hosting or we do image source referencing in the text?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stlim0730/farmview/issues/55#issuecomment-237298041, or mute the thread https://github.com/notifications/unsubscribe-auth/ANQB7fyfZPKgJs8tPg7EZ8RE3FK1lMIgks5qcNC3gaJpZM4JUsCc .

Kimberly Bourque Computer Science University of California, Berkeley Degree to be Awarded May 2018 619-988-2006

kbourque commented 8 years ago

Also, are you talking about this in regards to the sidebar?

screenshot 2016-08-03 14 19 25

I can change that easily. Working on comments and image upload now.

calo1 commented 8 years ago

@kbourque yes, the CSS for the sidebar

kbourque commented 8 years ago

In regards to the comments, I was thinking we could just use Disqus for the commenting system as I would have to set up e-mail configurations for Zinnia's comment system; that was the issue earlier. I have successfully integrated Disqus, but let me know if that is not the route you want to go.

calo1 commented 8 years ago

Let's discuss (haha) tomorrow! I think DIsqus is very reasonable.