Skip to content

Commit

Permalink
00599ad Merge pull request #117 from scalableinternetservices/project…
Browse files Browse the repository at this point in the history
…3Updates
  • Loading branch information
Unknown committed Oct 22, 2024
1 parent bfbe0e0 commit 419d540
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
16 changes: 14 additions & 2 deletions project3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ <h2 id="learning-outcomes">Learning Outcomes</h2>
<li>
<p>Student was able to create a functional RoR app</p>
</li>
<li>
<p>Optional (Student was able to use React for the front end in combination with RoR backend)</p>
</li>
<li>
<p>Student used MVC pattern to create three interconnected resources</p>
</li>
Expand Down Expand Up @@ -237,8 +240,7 @@ <h2 id="list-of-supported-endpoints">List of supported endpoints</h2>
<li>The content of the post</li>
<li>The username of the user who created the post</li>
<li>The number of comments on a post (linkable to <code class="language-plaintext highlighter-rouge">/posts/:id</code> described below)</li>
<li>The time the post was last updated
If the user is not logged in, they should be re-directed to the <code class="language-plaintext highlighter-rouge">/login</code></li>
<li>The time the post was last updated</li>
<li>(Not Required) - Consider adding a search filter form input that allows you to
filter the list of posts to just those for the specified username</li>
</ul>
Expand Down Expand Up @@ -273,6 +275,16 @@ <h2 id="list-of-supported-endpoints">List of supported endpoints</h2>
the words “Trump” or “Harris”</li>
</ul>

<h2 id="react-considerations">React Considerations</h2>

<p>Using React is optional.</p>

<p>If you plan to do a React front end for your application, you may want to create
an API implementation for your controller actions. See <a href="https://guides.rubyonrails.org/api_app.html">Rails API-only application guide</a>.
The main difference would be that your RoR controller actions would likely take JSON as input
and return JSON as output. All or at least some of applications UI would be implemented
in javascript using React rather than using Rails views.</p>

<h2 id="resources">Resources</h2>

<p><a href="https://guides.rubyonrails.org/">Ruby on Rails Guides</a></p>
Expand Down
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,34 +476,34 @@
</url>
<url>
<loc>https://cs291.com/project3/chat/</loc>
<lastmod>2024-10-22T16:11:29+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/report_samples/gaucho_book.pdf</loc>
<lastmod>2024-10-22T16:11:29+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/report_samples/whatever_chat.pdf</loc>
<lastmod>2024-10-22T16:11:29+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2016/helfand_talk.pdf</loc>
<lastmod>2024-10-22T16:11:30+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2016/maloney_lecture.pdf</loc>
<lastmod>2024-10-22T16:11:30+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2017/maloney_lecture.pdf</loc>
<lastmod>2024-10-22T16:11:30+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2017/mutz_lecture.pdf</loc>
<lastmod>2024-10-22T16:11:30+00:00</lastmod>
<lastmod>2024-10-22T20:48:43+00:00</lastmod>
</url>
<url>
<loc>https://cs291.com/slides/2021f/sean_maloney.pdf</loc>
<lastmod>2024-10-22T16:11:30+00:00</lastmod>
<lastmod>2024-10-22T20:48:44+00:00</lastmod>
</url>
</urlset>

0 comments on commit 419d540

Please sign in to comment.