You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have postings and a PostingController, but we also need an RSS feed that displays the last X Postings.
We could probably introduce a separate controller for the RSS feed and extract the "load postings for the start page" logic from PostingController to always have the same postings in the feed that are on the frontpage.
The text was updated successfully, but these errors were encountered:
We already have postings and a PostingController, but we also need an RSS feed that displays the last X Postings.
We could probably introduce a separate controller for the RSS feed and extract the "load postings for the start page" logic from PostingController to always have the same postings in the feed that are on the frontpage.
The text was updated successfully, but these errors were encountered: