katerigney / assignments

0 stars 0 forks source link

Week 9 Day 1 - Group News - #32

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Extra Extra, Read all about it!

A local news station has contracted your group to build a new idea they have. The have this idea called "citizen journalism". They want a site that allows user to upload their own news story's, and view others peoples news stories. All Articles are posted anomalously,unless the author wants to share their information.

The site needs these three pages:

The news stories should be stored in a database.

Objectives

Explorer Mode

NOTES

Adventure Mode

Epic Mode

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are complete with your assignmnet, link the new repo here.

katerigney commented 6 years ago

https://github.com/katerigney/GroupNews

Two bugs on "create story" task:

  1. Redirecting to new page with correct URL once story posts but GET single story based on that not running.
  2. Story is posting but the author and cat are returning null, even with data and a user and cat row in the DB has been made with content being null. An ID has been assigned to 'null'
katerigney commented 6 years ago

We also need to figure out the displaying of stories on the Dashboard page. Right now it's pulling in all but need to limit to 5 most recent.

katerigney commented 6 years ago

Two create story bugs corrected.

mdewey commented 6 years ago

Awesome Work!