• Joined on 2025-12-30
bernard created branch design in bernard/TeamForge 2026-06-07 17:15:04 +02:00
bernard pushed to design at bernard/TeamForge 2026-06-07 17:15:04 +02:00
fd1d3fcc95 Redesign backend layout: dark sidebar + slim topbar
bernard pushed to development at bernard/TeamForge 2026-06-07 17:14:55 +02:00
e169d83311 Add /run-teamforge skill with Playwright driver
bernard pushed to development at bernard/TeamForge 2026-06-07 16:18:23 +02:00
198d68e6ff Defer constance config reads in Season.generate_default to avoid DB access at import time
bernard pushed to development at bernard/TeamForge 2026-06-07 11:02:46 +02:00
4aebb96a95 Update python version required
bernard pushed to development at bernard/TeamForge 2026-06-07 10:50:03 +02:00
afc2035c00 Update python version required
bernard pushed to main at bernard/TeamForge 2026-06-07 10:48:52 +02:00
26959ed203 Basic files for pycharm
bernard pushed to development at bernard/TeamForge 2026-06-05 08:56:01 +02:00
ef05a6523d Apply ruff formatting and fix unused import linting errors
bernard pushed to development at bernard/TeamForge 2026-06-05 08:53:26 +02:00
6c0115d4a2 Add Team/TeamRole/TeamMembership/TeamPicture models and fix two test bugs
bernard pushed to development at bernard/TeamForge 2026-06-05 08:47:53 +02:00
a02f234411 Fix five confirmed bugs: typo, field name, auth, success message, debug print
bernard pushed to development at bernard/TeamForge 2026-05-17 23:36:22 +02:00
236a28bb3d New file for using Claude code
bernard pushed to development at bernard/TeamForge 2026-04-26 22:01:36 +02:00
c95cb24ca7 Extend Season model: add generate_default method for creating seasons with configurable defaults, and _add_months utility for date calculations.
bernard pushed to development at bernard/TeamForge 2026-04-19 08:30:10 +02:00
03ed9c74b0 Add Season model to teams app: define fields, constraints, meta options, and utility methods for date range and current season tracking.
fb830710f2 Set up teams app: create app structure, register in settings, and update base template formatting.
Compare 2 commits »
bernard pushed to development at bernard/TeamForge 2026-04-12 16:02:15 +02:00
72e6388c0c Add configuration page: implement ConfigurationForm, update views, templates, and routes to enable superusers to manage club settings and toggle features using django-waffle.
cb3da371d1 Refactor feature flags: replace config checks with django-waffle switches, update templates and MemberLoadView to use TF_MASS_UPLOAD and TF_ENABLE_TEAMS. Add missing waffle_tags load for member_form.html.
8f9357f1b8 Update emergency phone icon in member_form.html to use fa-star-of-life for improved clarity
Compare 3 commits »
bernard pushed to development at bernard/TeamForge 2026-04-12 12:18:28 +02:00
4e4fe62f11 Add feature flag for bulk member upload: update MemberLoadView, templates, and settings to use mass_upload flag with django-waffle.
bernard pushed to development at bernard/TeamForge 2026-04-12 12:10:07 +02:00
b71bc2afc0 Add bulk member upload functionality: implement MemberLoadView, update routes, templates, and create MassUploadForm for CSV uploads.
bernard pushed to development at bernard/TeamForge 2026-04-12 11:13:52 +02:00
4b819d9dd9 Fix paginator "last page" link in member_filter.html template by correcting hx-get attribute
bernard pushed to development at bernard/TeamForge 2026-04-12 11:06:33 +02:00
7aa4a4816c Enable member editing functionality: implement MemberEditView, update routes, modify templates for dynamic filtering and superuser badges, and standardize contact info handling.
bernard pushed to development at bernard/TeamForge 2026-04-12 10:37:19 +02:00
3d94b9b2d8 Refactor styles in styles.css: fix margin typo, improve focus/hover effects, and standardize dropdown styling with updated colors and shadows.
95e46fe727 Add django-waffle for feature flagging: update dependencies and middleware configuration.
Compare 2 commits »
bernard pushed to development at bernard/TeamForge 2026-03-31 22:56:54 +02:00
e55c88c742 Update base.html layout: adjust styles for improved height handling, overflow behavior, and consistency in responsive designs.