improve ban function to keep a record of the banned emails
make some tests with lazy hydration
static generator - code function to pre-render homepage
static generator - code function to pre-render all article pages
Writelier has 25000+ published articles, which is about 80% of the total webpages. It can't afford long build time, so I'm making my own optimized static website generator. The first try seems promising: less than 2 minutes on 8Gb of RAM to build 25,000 pages from React components.
bring back patron page
patron page - update copy
a user can fork an article of his
The Fork feature allows writers to build up articles over several days while maintaining a streak.
collection page - added word count
A visitor can read the total word count of the articles inside a collection from its webpage.
A user can export articles by status or collection in markdown
update user word count on publish
settings - bring back subscription cancellation form in danger zone
add word count in the footer of each article card
add cron job to check for scheduled articles to publish
text editor - a patron user can schedule an article
text editor - implement datetime picker for scheduled posts
installed nginx on new web hosting
brought back the fellowship page with search and streak/post count filters
cloudflare - configure URL forwarding for all previous domain names
fellowship page - implement layout and code boilerplate
notification page - mention notifications are displayed
@ mentioning a user in an article sends him a notification
@ mentioning a user in a comment sends him a notification
article page - fix bugs when editing or deleting a comment after creating it
settings page - fix some bugs with data synchronization
URLs not correctly parsed, session cookies not updated correctly, change tmp folder for image upload