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
It's almost 8 years since initial release of this project, and there are some reasons why this project might be outdated in the current context. Although it is still fully functional and well satisfies the initial usecase, the times have changed and following features would be raelly beneficial for at least the upcomming decade to keep this project alive (sorted by importance):
versions upgrade - still using PHP 7.4 and old version of jquery. probably switching to vue3 or svelte would be beneficial. or keeping in vanilla js, since jquery is not relevant anymore.
bbcode replaced with markdown - bbcode is not relevant anymore, markdown is what cool kids use, we should switch to that.
data export - there should be a way to export all the data (or just specified time range) as an static page with all the pohots, that can be archived.
bigger screens - now everyone has bigger screens, fullHD, 2k or 4k. the blog is just a thin slice in the middle of the screen for such users. it should leverage more space and use new CSS features such as flexbox or grid.
multiple photos per post - now we can only upload a single photo per post but we should be able to handle multiple of them as a slideshow or a grid.
link archiver - when we post some links they might be dead, in the past 8 years it happens with multiple links or images. we should have possiblity to store linked pages with an archived copy so that they stay preserved.
Having implemented at least the first 4 points would be considered that this project is not outdated.
The text was updated successfully, but these errors were encountered:
It's almost 8 years since initial release of this project, and there are some reasons why this project might be outdated in the current context. Although it is still fully functional and well satisfies the initial usecase, the times have changed and following features would be raelly beneficial for at least the upcomming decade to keep this project alive (sorted by importance):
Having implemented at least the first 4 points would be considered that this project is not outdated.
The text was updated successfully, but these errors were encountered: