KolektivComputer / KolektivComputer/kalendee

Signup: auto-create default calendar ({name}'s Calendar), admin-configurable

Open
#59 1 comment 0 reactions 1 assignee Claimed by @LizAinslie View on GitHub
c/enhancement c/feature t/server t/web
Dominant language
Kotlin
Stars
0
Forks
0
Avg merge
11h 20m
Merged PRs (30d)
23

Description

## Goal
On signup, automatically create a default calendar for the new user. Behavior remains **admin-configurable**.

## Copy lock (en)
One message template — **not** string concat:

`{name}'s Calendar`

Possessives don’t concat cleanly once humans translate; keep the whole string in one `en` message.

## Admin
- Toggle: enable/disable auto-create on signup
- Optional: override name template (still one message / config string, not concat)
- Document defaults in DEVELOPING / admin UI

## Acceptance
- [ ] New user gets one default calendar named from the template with their display/preferred name
- [ ] Admin can disable auto-create
- [ ] Admin can change the template string
- [ ] Uses i18n `en` message key (see sibling i18n ticket) — no hardcoded concat in Kotlin/UI

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.