Git Product home page Git Product logo

blog's Introduction

Hey there!

I'm a passionate software/web developer who likes to take on challenges and try new things all the time.

Feel free to check out my personal website; perhaps you will find some useful and interesting tools/apps there!

blog's People

Contributors

legendword avatar lisherex avatar nekopudding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog's Issues

User session not saved on Safari

Signing in using Safari results in "not logged in" errors.

Possibly due to Safari not sending CORS session cookies and thus having different session ids each time.

Table of contents

  • Generate TOC from post markdown content
  • Design UI in Post.vue for displaying TOC at the beginning of the post
  • Design UI in Post.vue for displaying TOC navigation on the side
  • Add toggle in Compose.vue to disable/enable showing sidebar TOC nav

Draft

  • Serverside code for storing post drafts
  • Interface in creator dashboard
  • Saving draft option in Compose

Originally posted by @Lisherex in #27 (comment)

Token expired in Compose view

If the login JWT expired drafting a new post in Compose, automatic token login should be performed if login saved, or the user should be prompted to login again. Without this, the user would have to abandon the post draft altogether and start again after manually logging in.

Blog post revisions

Add the ability for authors to edit their already published posts, while retaining every version that has every been published. Each version is a revision, and can be accessed through a permalink (e.g. /post/1/rev/3 leads to revision 3 of the blog post with id 1).

  • Backend code for storing revisions and creating new revisions (revisions cannot be deleted)
  • New backend code for deleting posts (retaining all information of revisions by moving them to a separate db table; this is for record-keeping in special cases like restoring deleted content, etc.)
  • Blog post editing interface
  • "Last updated", "current revision", and a permalink containing the revision number on the blog post page
  • Blog post revision interface, clearly indicating it is a revision (not the newest version) to avoid confusion (in the revision view, comments are not saved and thus not shown)

Customizable author page

A redesign of the author pages may be needed.

Proposing "verified author", a role gained by application only. Verified authors have more customizability in their home page. Potentially custom URLs.

Originally posted by @legendword in #9 (comment)

Author and user profile

Consider:

Add the following for users to express themselves in the Profile section:

  • Description
  • Gender
  • Date of Birth
  • Location

Add the following for authors to express themselves in the Profile section:

  • Description
  • Gender
  • Date of Birth
  • Location
  • Genre(s) they write about

Actual Changes

Allow adding a description to user / author profile.

MiniDrawer position/style issues

  1. switching between mini & normal state causes the position of items to change drastically;
  2. the bottom section is not naturally transitioned (manually hidden via css), needs to be fixed.

dedicated Not Found page

Instead of different not found prompts within different pages, redirect to the same not found page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.