Giter VIP home page Giter VIP logo

kissu-feedback-and-forms's Introduction

Kissu Software and Related Side Projects

Kissu.moe runs on a heavily modified variant of Vichan which interacts with various side services.
I am currently progressing towards a replacement for Vichan in Rustlang

The Kissu-UI and Vichan-UI

Kissu-Fr(AKA the Kissu-UI or New-UI) is a modern ReactJS user interface aimed at modernizing the imageboard experience. Rather than a collection of pages, it is a React web application.

Because not everyone can run the Kissu-UI(as of writting iOS devices and obviously users not running javascript) Kissu has a dependance on the vichan pages rendered on Twig templates. Though, there is a plan to handle the html files in another templating language. Future work on Kissu will always have the web-app and the html pages.

kissu-feedback-and-forms's People

Contributors

echibiki avatar

Watchers

 avatar

kissu-feedback-and-forms's Issues

Tracked Issues

  • Nested subgroups don't seem to be getting created
  • Limit textarea body
  • In mod viewing the radio should not get a data-name instead of a name
  • Download inside of forms has wrong url
  • Public Post should handle responses with JSON
  • Reverse order on data listings
  • CSV view bugging out
  • Radio selects don't show up in mod view on phone
  • Disabled textarea/input text colors should be more visible
  • Buff secruity on removes
  • Restore tests to normal
  • Refactor misplaced functions and etc.
  • Remove pointless logs and replace with errors

Tracked Issues

Bug list:

  • On mod create:
    • Field creation forms have no border
    • Selection group title is wrong
    • Selection group can't be deleted

Extra issues


  • More reading

    • on design patterns
    • password hashing(rate limitting on bcrypt)
    • db.Exec inputs
    • Deep read on Gin
  • Testing variables should be in a single file and reused

  • Turn some of these files into an extended Gin library for future projects

  • Read on Golang time library

  • More thoughts on DB construction in the future

  • Read on Golang/Gin's file handling

  • os.mkdir... how to see if it's a permission or file exists error

  • "File is an interface to access the file part of a multipart message. Its contents may be either stored in memory or on disk. If stored on disk, the File's underlying concrete type will be an *os.File. " How to select store on file or memory?

  • The decision of using methods or functions

  • Expand the degree of user input validation

  • DB character limit errors expressed to the user

  • Password auth methods

  • Tools.go removal of functions into former subpackages and etc.

  • https://gin-gonic.com/docs/testing/

  • Converting Twig to an alternative https://medium.com/@kataras/whats-the-fastest-template-engine-in-go-fdf0cb95899b

  • Using structs for some initializers... Further condense files( runGin args for example ) into structs

  • Fully remove panics

  • FailureObject should be a map with the FailPosition as a key

  • Int64 into more generic appropriate types

  • Use an alternative to the standard regex engine https://nightfall.ai/best-go-regex-library

  • Pass configs and etc. by reference into function

  • Responder's response deletes should go into destroyer. Might be other cases like this

  • Storage of versions

  • Status code chekc

  • Rollback inputs on fail

Originally posted by @ECHibiki in #4 (comment)

Refactors

  • Container JSON creator should be used for sending to server
  • JSON creator should be used in edit rebuilds
  • Create more JS files for organization

UI Upgrades

  • Finish the remainder of form input types
  • Rebuild the mod UI to use dynamic dropdowns
    --
  • CSS and display of forms should be more nice
  • Edit rebuild throwing error
  • Allow mods to navigate back to home from Create, Edit and Form-List
    --
  • Form respondables and subgroups should be draggable within their containers

Bugs

  • Uncaught TypeError: o is undefined in convertContainerToJSON main(0.3.1).js:252
  • Subgroups don't get rendered
  • Deleting responses error from form index
  • Required field on OptionsGroup doesn't work
    --
    For err1
    switch (e.getAttribute('name')) {
    case 'form-label':
    o.Label = e.value;

Page loads very slow when accessing DB

Some issues with connections staying open and Golang having to re-establish links with MySQL

  • There was a suggestion somewhere to use db.Ping() or a function in that nature which keeps idle connections open. Add a timer goroutine to do this

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.