Giter Club home page Giter Club logo

Comments (3)

cjohnsonuk avatar cjohnsonuk commented on July 24, 2024

Plus 1 vote for text area. I'm trying to record "Recognised Risks" and "Measures to Address Known Risks" against each task. Ideally this would be in a table format to match up each risk with how we are dealing with it and be able to add as many of these pairs as required like comments are added. Until this is possible having text areas where we can add one risk per line is an acceptable interim.

from metamagik.

creecros avatar creecros commented on July 24, 2024

537ffba

added textarea.

from metamagik.

creecros avatar creecros commented on July 24, 2024

feature added. textarea is now a field "type" and markdown will be applied on the summary/details page of the task, but not when editing. There is no min/max limit.

edit: I say there is no limit, but Kanboards Schema for metadata value will provide a limit, i.e.:

https://github.com/kanboard/kanboard/blob/c238a3f10841d958e9ff8e6f2a8cceb9797f61a9/app/Schema/Mysql.php#L609
https://github.com/kanboard/kanboard/blob/c238a3f10841d958e9ff8e6f2a8cceb9797f61a9/app/Schema/Sqlite.php#L454
https://github.com/kanboard/kanboard/blob/c238a3f10841d958e9ff8e6f2a8cceb9797f61a9/app/Schema/Postgres.php#L499

so, Mysql DB will have a 255 char limit, but Sqlite will not, Postgres will.

You could change the type for Mysql or Postgres to remove the 255 char limit. I could have added a Schema update to do so for those DB's, but, MetaMagik was never a tool intended to change Kanboards native use of Metadata, it was simply to utilize it. So, I will leave that change up to people who wish to remove that limit, to do so, themselves.

from metamagik.

Related Issues (20)

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.