GET /api/announcements/what_is_new/164/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://benspelledabc.me/api/announcements/what_is_new/164/?format=api",
    "pk": 164,
    "Date": "9000-03-23",
    "Blurb": "Website Revamp",
    "Body": "The short version is, I'm changing the website again. This is going to be a full rebuild from the ground up. FRONT end.. backend.. middleware.. underwear.. the entire shebang. I should get around to making a BUG LIST too.. so i can have a dynamic list of things to do incase I think of something while I'm away from the codebase. Nothing more fun than filling your (security) hole after a long day of work?\r\n\r\n<br /><br />I decided it would be easier if I created a 'blog' post to track bugs and their solutions until i get a bug tracker thing on the website, or somewhere else.<br />\r\n\r\n<ul>\r\n                <li><b>DONE</b> - Dont escpae HTML from resultset.</li>\r\n                <ul>\r\n                    <li>Resolved w/ a keepHtml pipe and innerHTML tag on div.</li>\r\n                    <li> div [innerHTML]=\"post.Body | keepHtml\"> /div</li>\r\n                </ul>\r\n                \r\n                <li><b>DONE</b> - READ MORE type links to keep the posts short.</li>\r\n<ul>\r\n<li>I tried this, it kinda worked bu ti need/want a better solution. The last one toggled ALL posts.</li>\r\n</ul>                \r\n                <li><b>DONE</b> - CORS needs to be updated to allow this host to pull from the base site.</li>\r\n                <ul>\r\n                    <li>On REST, udpate: imrunicorn/imrunicorn/settings.py</li>\r\n                    <li>Permission levels on various API endpoints also need to be updated at some point.</li>\r\n                    <li>Restart rest backend to implement change until it's part of the base image.</li>\r\n                </ul>\r\n<li>Single Story Page</li>\r\n<ul>\r\n   <li>Something like <a href=\"/blog/18\" target=\"_blank\">{siteurl}/blog/{id}</a> i want to be able to pass in the ID of the article i want to display as a single item. </li>\r\n<li>Notice, this is record 175 not 18 which is what was passed in. This is what i wan to fix.</li>\r\n<li>This page|section also doesn't like the keepHtml tag that's used in other spots of the site. I'm not sure why yet.</li>\r\n</ul>\r\n<li>Pagination, 20-30 records maybe?</li>\r\n                <ul>\r\n                    <li>This WAS set at 2,000. I've lowered it to 20 on the DRF side and restarted the containers.</li>\r\n                    <li>For now, there's no way to view the posts beyind the pagination threshold.</li>\r\n                </ul>\r\n<li>PageNotFoundComponent<li>\r\n<ul><li>Dedicated \"error page\" instead of re-routing to base.</li></ul>",
    "Image_One": null,
    "Published": true,
    "Is_Sticky": true
}