JeffreyWay / Laracasts-Bugs

Exclusively for user-submitted bugs and errors at laracasts.com
9 stars 0 forks source link

Atom feed: Episode instructor #130

Open vintagesucks opened 2 years ago

vintagesucks commented 2 years ago

I'm not sure if this is a bug or a change request, anyway:

The author field in the Laracasts Atom feed is globally set to Jeffrey Way. It might be cool to be able to see which instructor to expect in the episode from the feed by adding an author field to each entry.

Feel free to close the ticket if it is out of scope for this repository.

Thank you!


XML excerpt (Episode is with Andrew, but due to the global author it says Jeffrey in the feed):

<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Laracasts</title>
    <subtitle>The best source of Laravel training on the web.</subtitle>
    <link href="https://laracasts.com/feed" rel="self" />
    <updated>2022-01-08T04:11:03-05:00</updated>
    <author>
        <name>Jeffrey Way</name>
    </author>
    <id>tag:laracasts.com,2022:/feed</id>
    <entry>
        <title>Two-Factor Authentication with Laravel Fortify</title>
        <link href="https://laracasts.com/episodes/2272"/>
        <id>tag:laracasts.com,2022-01-03:/lessons/two-factor-authentication-with-laravel-fortify</id>
        <updated>2022-01-07T03:00:00-05:00</updated>
        <summary>In this Larabit, we&#039;ll take an existing application built with Laravel Breeze and add two-factor authentication to...</summary>
    </entry>