-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ Add "series" to link related articles #1081
Comments
@NiallJoeMaher |
In the more options screen we should add another input. Here is that screen: It is shown when you save a new post. That input should have a title of "Series Name" and a placeholder of "The name of my series". The text below should say "This text is case-sensitive so make sure you type it exactly as you did in previous articles to ensure they are connected". We will need a new
But created with Drizzle.
|
I would like to work on this issue |
Thanks @RangerCreaky I assigned you. |
Hey @John-Paul-Larkin All the links underlined when hovered on, Can you please confirm this UI |
Uh oh! @RangerCreaky, the image you shared is missing helpful alt text. Check #1081 (comment). Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
Hey @RangerCreaky, this issue is about creating the series link 🔗 It's not about showing the series within the article yet.
|
Sorry I missed attaching the image to add the series link: However in the issue [The part which was not stroked off] as defined by @John-Paul-Larkin
It also asks to show the navigation links on the top and the bottom of the article, Hence I considered the below points for this issue:
However, Please clarify if I understood something differently than expected... |
Image above is great! I need to make designs for number 2 that's the only reason I'm ignoring it for now. I'll hopefully get to it later today if you want me to assign it to you as a follow up issue when the initial series creation is done? Sorry for the confusion! |
Sure @NiallJoeMaher , I would love to take up the follow up issue. However, for now I will revert all the changes related to the showing of article on screen in the PR for this issue. Please do assign the next issue to me. |
I assume, by this you meant a new table (series), should be created in the db As of my understanding, this would mean, If the series record is deleted from the db, then it would automatically delete all the posts referencing that series. Is this really what we want? Rather shouldn't it be other way around? However, In the current situation, I could write a trigger in the code, But this condition doesn't seem appropriate to me Ref: https://stackoverflow.com/questions/14141266/postgresql-foreign-key-on-delete-cascade |
@NiallJoeMaher @John-Paul-Larkin any update on my above query? |
@RangerCreaky sorry about the delay! You are absolutely correct and thanks for pointing that out. Don't delete on cascade or we will have some very sad users 😂 |
Okay sure 😅 |
@NiallJoeMaher, sorry I couldn't work on this in the last week. |
Context
Implement a "Series" feature that allows users to link related articles together under a specific series, making it easier for readers to navigate through multi-part content. Similar to Dev.to's series functionality, this will enable authors to organize their content and guide readers through sequential posts.
Expected Behavior
-Add a series field to the article creation form and database. This field will allow authors to specify the series title. Example: series: "Building a Fullstack App"The text was updated successfully, but these errors were encountered: