Giter Club home page Giter Club logo

guilded's People

Contributors

willwolfram18 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

tgolia

guilded's Issues

[Feature] Admin Interface - User Management

User management tasks include

  • Enable/disable users
  • Edit email address of unconfirmed users
    • Protects against the situation where someone enters their email address incorrectly when registering
    • Resend confirmation email
  • Change user role

[Required] Forums

  • Create posts
    • Create new threads
      • Slug generation for threads
        • Ensure slug is unique before save. Plan to do this is count number of slugs that match and append -## to represent how many times that slug is present
    • Post replies for a thread
  • Delete posts
    • Delete entire threads
    • Delete individual replies
  • Anchor points to replies on a page
  • Quoting of prior posts
  • Edit posts you authored
  • Pinning/unpinning of threads
  • Locking/unlocking
  • Share links
    • The preview needs to be an AllowAnonyous action, so that OG data can be seen on social media like Facebook or Twitter
    • SO says the OG linter does not run JavaScript, so the page could redirect to the actual, protected post via JavaScript ๐Ÿ˜„
  • Reach threads via slug
    • https://example.com/forums/threads/my-first-thread vs. https://example.com/forums/threads/1

[Feature] Markdown editor

The goal is to create a reusable markdown editor tag helper. GitHub's design will be the primary inspiration for the design

  • Going idea is to use the Semantic UI tabs
    • One tab for the editor, another for the preview
    • Only post to the server when the preview tab is opened, reducing the number of server requests made while typing
  • CommonMark.NET for server side translations

[Feature] Expand Forums

This will serve as the list of features to implement in a future release of the forums

  • Pin/unpin requests from non-admins
  • Lock/unlock requests from non-admins
  • Subscribe/unsubscribe from threads
  • Thumbs up/Likes

To go along with this, we will need the following admin interface changes

  • View list of "Requested Pins"
    • Pin/unpin posts
  • View list of "Requested Locks"
    • Lock/unlock posts

Replace SimpleMDE

SimpleMDE does not have very good support for actual mobile users. So this will need to be replaced by a different markdown editing tool.

At this point, I'm tempted to make a simple editor of my own that looks similar to SimpleMDE. However, there will be limited support for things like hotkeys for a first round build of it.

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.