Sourabh implementation slashdot autoposter#4627
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Prettier error fixed
Refactor slugify function for improved readability and performance.
Replaced the commented-out createScheduleId function with a new implementation that uses getSecureBase36.
|
Anusha-Gali
left a comment
There was a problem hiding this comment.
Hi Sourabh,
I have reviewed your PR locally and i was able to follow the exact instructions. I was able perform and verify all the options in both light and dark mode. I do understand that there isn't any API connected so we cannot verify if we it is actually posted or not. However in Scheduled post, the moment we click on Submit, technically it should be posted but since no API, there is no such action taking place. Shouldn't the scheduled post maybe disappear once we click submit basically assuming that the person clicking submit has posted it?
Hi Anusha, Deletion of scheduled posts will be erased with DELETE API once backend is ready for this PR, thanks for highlighting. |
|
|
Thank you all, merging! |

















Description
Implements the Slashdot auto-poster workflow.
Adds a dedicated Slashdot tab in the Announcements section where volunteers can compose Slashdot submissions, copy the prepared content, and follow the correct posting steps.
Validates required fields, provides clipboard copy buttons, and updates dark-mode styling so the new UI stays readable.
Suggest tags suggests for first 6 keywords from the headline and summary fields for the words that has added as stop words. Later can be added manually to the tags section on additional tags separated with comma.
Related PRS (if any):
None.
…
Main changes explained:
How to test:
Screenshots or videos of changes:
slashdot.submit.mov
Note:
Slashdot still lacks a public submission API, this UI prepares content for manual submission.
Scheduled Post - now can be scheduled with calendar date and time as shown below.
Dark Mode still needs to be modified for friendly and Intro / Summary width will be adjusted with extra space.