-
Field type `pages` does not work well with large sites. We should make the field as an alias of `parents` field and make sure that the new field works everywhere.
For example `system.yaml` has:
…
-
If you want to flatten directory X for example.
C:\folder\subfolder\\[X] (won't flatten)
C:\folder\\[subfolder]\X (won't flatten)
C:\folder\subfolder\X\\[subfolder] (flatten if it's subfold…
-
One feature we would like to add is the ability for a parent of a student to be able to see the same tracking features that the student can see.
So, for example when we enable assignment tracking …
-
The `SQLAlchemyDataLayer` is missing a `get_element` method. Interacting with elements is therefore broken when this data layer is used.
I was trying to fix this, mirroring the implementation in `…
-
Currently kitty DNA of newly born kitties is basically a psuedorandom hash output involving some seed info from their parents. In the original game, the DNA actually encoded traits and those traits co…
-
There is an issue where overlays take up space in their parents. This behavior can lead to misaligned layouts. Overlays should be positioned in a way that does not affect the layout or dimensions of t…
-
Hi RMG team! I would like to contribute the templates below.
_Follow instruction in https://railmapgen.github.io/?app=rmg-templates-upload and paste the template(s) data below_
| Item | Value |
…
-
## Background
As part of [content feedback](https://github.com/department-of-veterans-affairs/va.gov-team/issues/52920#issuecomment-1615190313) on the Household section feature, it was decided to addr…
-
# Description
Tags will be separated when there is a space. However, there is a problem when I want to tag a person with 'Groom hairstylist' and another with 'Bride hairstylist'. Refer to the image be…
-
### Short description of the enhancement
`pages()` exposes a method `has()` to quickly check if a matching page exists. This is currently lacking for the `users()` object. Having such an analogous …