This topic is locked

Important updates for designer editor (2021)

9/7/2020 6:08:24 PM
Suggestions
S
skbrasil author

Hello
I've been following the evolution of phprunner over the years, I confess that in relation to the learning curve

and maintenance of applications phprunner is rated 10.
However, a fact that evolved from the designer's editor.
Bootstrap themes have recently been added, but bootstrap themes are not 100% embedded in the tool.
I really like to test rad tools but follow my suggestion.
In my opinion the bootstrap themes should be rewritten, the programmers have a lot of difficulty in amnipulating simple html tables.
##############################

<table style = "width: 100%">

<tr>

<th> Firstname </th>

<th> Lastname </th>

<th> Age </th>

</tr>

<tr>

<td> Jill </td>

<td> Smith </td>

<td> 50 </td>

</tr>

<tr>

<td> Eve </td>

<td> Jackson </td>

<td> 94 </td>

</tr>

</table>

##########################################

https://www.w3schools.com/html/html_tables.asp

https://getbootstrap.com/docs/4.5/content/tables/

##############################################
Phprunner still works with standard css since the tool was created.
The editor view when manipulating the information on a details page does not maintain a standard bootstrap, distorting the programmer's customized layout, in short it is faster to develop an application than to customize a simple table on the list and view pages.
I was analyzing a similar tool PHPrad They use themestr to customize the templates.

The structure of the tool is similar to phprunner

  • https://phprad.com/
  • https://themestr.app/customize
  • https://www.chartjs.org/ (charts)
    (I believe it would be an evolution for phprunner.
    Another issue in the designer editor is having the freedom to manipulate rows and columns and containners in Bbootstrap
    Below is a tool as an example of what I'm talking about
  • http://shoelace.io/
  • We are already in Bootstrap version 4.5.2 heading for Bootstrap 5
  • It would be interesting to have the option to upgrade the bootstrap to the latest summer.
    Note: or remove the table and <table> </table> option by:
    <div class = "container">

    <div class = "row">

    <div class = "col-sm-6"> </div>

    <div class = "col-sm-3"> </div>

    </div>

    </div>
    In the visual editor of phprad.com you have a clearer example of the <div> </div> manipulations.
    I'm not asking for phprunner to be a photoshop but to make it easier

    when the need for a customized layout view on the list and view pages.
    Best regards

    Antonio Marcos

Max 11/6/2020

+1

admin 12/17/2020

The issue with suggestions like this is that they offer the solution but the problem is unknown. You always should start with the problem before offering a solution. Many times explaining the problem is enough for us to find a better solution even.
Why would any programmer have any "difficulty in manipulating simple html tables"?

What problem switching to Bootstrap 5 solves?

What problem using themestr instead of suggested Bootstrap customizer solves?

What problem switching to chartjs from AnyChart solves?
I can see you put a lot of thought into this post and I totally appreciate this. But listing the problems will be more useful and a better starting point.