-
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.31.0…
-
# Object Oriented
The core idea of OOP is based on objects and how they communicate.
Code is organized into objects that contain a state that is only modified by the code that is part of the obj…
-
I was wondering if some fields in the datasets could be "search" links ? For example, you have the list of authors in a dataset, and each author's name is a link to search all datasets of the author's…
-
### What is the issue with the URL Standard?
The URL Standard, UTS 46, and RFC 3492 don’t specify interoperable behavior for Punycode encode and decode failures when a label is longer than what actua…
-
### Description
If you bind an Entry field to a numeric property in a View Model and then type a value into it and then try to blank out the value, the bound property will not get set to a zero or a …
-
The library can extract any manual excerpt that is contained in the article (i.e., the short summary that usually is shown in Facebook or Twitter). However, it can be useful to also generate an automa…
-
Data entry is more cumbersome than it needs to be, and understanding the system is a learning curve.
One idea to improve this is to create a single data entry spreadsheet and R code that can draw …
-
In order to more effectively onboard new talent we should produce a full system diagram/flow chart, which describes the interaction between all of our technologies. This also should provide great orie…
-
on e.g. /about, there is no "admin" link in the header, I believe because `IsAdmin` is not populated.
With `IsAdmin` and `Pending` booleans, I wonder if storing a larger 'logged in user metadata' s…