Santtu Pajukanta

Results 91 issues of Santtu Pajukanta

v1 used FontAwesome. v2 has no icons whatsoever except for Unicode emoji so far.

guide-v2-embedded

The idea of `form_data` vs. `values` is to store whatever the user's browser sent in `form_data` and only convert it on demand to `values`. `form_data` is always* `dict[str, str]` whereas...

While the `FormData` formats of `DateField` (`2024-02-24`) and `TimeField` (`19:55`) suffice and are close enough to ISO 8601, the format of `DateTimeField` is not (`2024-02-24T19:55` without seconds or time zone)....

[Blueprint](https://outline.con2.fi/doc/date-time-and-time-zone-handling-IWSbTRSDPG) [Slack discussion](https://con2.slack.com/archives/C3ZGNGY48/p1707903423505399)

guide-v2-embedded

- [x] create survey - [x] change settings of survey - [ ] allow changing anonymity only if there are no responses (currently not shown on form) #402 - [...

**Single response view, dimensions form:** The form autosubmits unless JavaScript is disabled. There could be some message stating changes have been saved. **Survey editor view, survey / language version settings...

Currently, surveys that have language versions cannot be removed, and forms (language versions) that have responses cannot be removed. This is a temporary safeguard. There are several considerations to removing...

Current state: Some email templates are localized and some are not. For those that are, the source of the message language may not be the expected one. For example: 1....

Store the information in `program_v2.Program`, allow read/write access to it via GraphQL. Make a visitor-visible feed in Kompassi on an info screen or similar with entries like: - Cancelled: XX...

guide-v2-embedded

Modeled after the `mailings` app that serves Program v1 and Volunteers v1, except that recipients are specified by a combination of dimensions, not a user group.