Commit Graph

50 Commits

Author SHA1 Message Date
pacnpal
8549cc527c major changes, including tailwind v4 2025-08-15 12:24:20 -04:00
pacnpal
429686cd44 feat: Complete Company Migration Project and Fix Autocomplete Issues
- Implemented a comprehensive migration from a single Company model to specialized entities (Operators, PropertyOwners, Manufacturers, Designers).
- Resolved critical issues in search suggestions that were returning 404 errors by fixing database queries and reordering URL patterns.
- Conducted extensive testing and validation of the new entity relationships, ensuring all core functionality is operational.
- Updated test suite to reflect changes in entity structure, including renaming fields from `owner` to `operator`.
- Addressed display issues in the user interface related to operator and manufacturer information.
- Completed migration cleanup, fixing references to the removed `companies` app across migration files and test configurations.
- Established a stable testing environment with successful test database creation and functional test infrastructure.
2025-07-05 22:00:21 -04:00
pacnpal
788cf7286b Add operators and property owners functionality
- Implemented OperatorListView and OperatorDetailView for managing operators.
- Created corresponding templates for operator listing and detail views.
- Added PropertyOwnerListView and PropertyOwnerDetailView for managing property owners.
- Developed templates for property owner listing and detail views.
- Established relationships between parks and operators, and parks and property owners in the models.
- Created migrations to reflect the new relationships and fields in the database.
- Added admin interfaces for PropertyOwner management.
- Implemented tests for operators and property owners.
2025-07-04 14:49:36 -04:00
pacnpal
366e65b3ad feat: Comprehensive design assessments and optimizations for ThrillWiki
- Added critical design consistency assessment report highlighting major issues across various pages, including excessive white space and inconsistent element designs.
- Created detailed design assessment for park, ride, and company detail pages, identifying severe space utilization problems and poor information density.
- Documented successful layout optimization demonstration, showcasing improvements in visual design and user experience.
- Completed OAuth authentication testing for Google and Discord, confirming full functionality and readiness for production use.
- Conducted a thorough visual design examination report, identifying specific design flaws and inconsistencies, with recommendations for standardization and improvement.
2025-06-27 21:29:12 -04:00
pacnpal
4d8ccc94f8 Add comprehensive audit reports, design assessment, and non-authenticated features testing for ThrillWiki application
- Created critical functionality audit report identifying 7 critical issues affecting production readiness.
- Added design assessment report highlighting exceptional design quality and minor cosmetic fixes needed.
- Documented non-authenticated features testing results confirming successful functionality and public access.
- Implemented ride search form with autocomplete functionality and corresponding templates for search results.
- Developed tests for ride autocomplete functionality, ensuring proper filtering and authentication checks.
2025-06-25 20:30:02 -04:00
pacnpal
e0161a30d5 Allow unauthenticated access for autocomplete functionality 2025-02-22 15:17:49 -05:00
pacnpal
98bf01ed32 Add autocomplete functionality for parks: implement BaseAutocomplete class and integrate with forms 2025-02-22 13:36:24 -05:00
pacnpal
635d2a4b6f Add search app configuration, views, and templates for advanced filtering functionality 2025-02-12 12:58:04 -05:00
pacnpal
eb715ab195 Refactor URL patterns for parks and rides; update context fields in models to use ForeignKey for pghistory.Context 2025-02-10 10:54:34 -05:00
pacnpal
d1031f8dcb Update migration files for Django 5.1.4; remove obsolete merge migrations and adjust history tracking context in templates 2025-02-10 00:11:29 -05:00
pacnpal
2db29fa866 Add merge migrations for parks, companies, and moderation apps; update EmailConfiguration, Review, Photo, TopList, and TopListItem models to use pghistory for historical tracking 2025-02-09 16:00:10 -05:00
pacnpal
52cb51cb14 Add history tracking functionality using django-pghistory; implement views, templates, and middleware for event serialization and context management 2025-02-09 09:52:19 -05:00
pacnpal
da252386cc Revert "Add version control system functionality with branch management, history tracking, and merge operations"
This reverts commit 939eaed201.
2025-02-08 17:37:30 -05:00
pacnpal
f000c492e8 Add comments app with models, views, and tests; integrate comments into existing models 2025-02-07 21:58:02 -05:00
pacnpal
d3141ab320 Add version control context processor and integrate map functionality with dedicated JavaScript 2025-02-06 20:06:10 -05:00
pacnpal
939eaed201 Add version control system functionality with branch management, history tracking, and merge operations 2025-02-06 19:29:23 -05:00
pacnpal
d7d5e1a645 Refactor authentication settings and enhance frontend moderation panel with performance optimizations, loading states, error handling, mobile responsiveness, and accessibility improvements 2025-02-06 14:20:12 -05:00
pixeebot[bot]
ea396b6f50 Secure Source of Randomness 2024-12-26 03:11:52 +00:00
pacnpal
7b45279e7e Fix dependencies and GeoDjango configuration 2024-12-24 14:24:18 -05:00
pacnpal
7f5fa65fd0 Remove __pycache__ from version control 2024-12-06 13:39:23 -05:00
pacnpal
0ab6c1afa8 fix homepage counts 2024-12-06 13:30:45 -05:00
pacnpal
2279e19cfd Enhance moderation dashboard UI and UX:
- Add HTMX-powered filtering with instant updates
- Add smooth transitions and loading states
- Improve visual hierarchy and styling
- Add review notes functionality
- Add confirmation dialogs for actions
- Make navigation sticky
- Add hover effects and visual feedback
- Improve dark mode support
2024-11-13 14:38:38 +00:00
pacnpal
1c32eb26a2 series of tests added with built-in django test support 2024-11-05 18:40:39 +00:00
pacnpal
6d1897a225 code optimization for python 3.9+ 2024-11-05 15:19:55 +00:00
pacnpal
9cd7ee94a5 initial geodjango implementation 2024-11-05 04:10:47 +00:00
pacnpal
5dff4169ae feat: Implement ride management views and utility functions
- Added functions for checking user privileges, handling photo uploads, preparing form data, and managing form errors.
- Created views for listing, creating, updating, and displaying rides, including category-specific views.
- Integrated submission handling for ride changes and improved user feedback through messages.
- Enhanced data handling with appropriate context and queryset management for better performance and usability.
2024-11-04 05:25:53 +00:00
pacnpal
209e6add1c add category views for each type of ride, add ride designers 2024-11-04 00:33:19 +00:00
pacnpal
d4b08bbaed fix commas 2024-11-03 20:21:39 +00:00
pacnpal
27f3326e22 okay fine 2024-11-03 17:47:26 +00:00
pacnpal
f51c8370ce photos fix 2024-11-01 01:27:11 +00:00
pacnpal
80a9d61ca2 here we go 2024-10-31 22:32:01 +00:00
pacnpal
b675d59c16 fixed the damn discord button 2024-10-31 16:13:05 +00:00
pacnpal
40c491ba2c commit 2024-10-30 21:10:22 +00:00
pacnpal
df7c1db30f lol 2024-10-30 20:19:22 +00:00
pacnpal
8824d554f1 pycountry integration? 2024-10-30 20:04:04 +00:00
pacnpal
5d81bebb2f gitignore 2024-10-30 17:50:02 +00:00
pacnpal
19cfdf8ca6 update urls mainly, fix domain.com/rides to work still needs done, filtering 2024-10-30 08:50:42 -04:00
pacnpal
298e2a80cb lol 2024-10-29 23:11:55 -04:00
pacnpal
708986e4c4 good stuff 2024-10-29 21:29:16 -04:00
pacnpal
87c93465a5 right 2024-10-29 20:36:49 -04:00
pacnpal
448bbf7fd8 the dark mode fix is in 2024-10-29 19:10:04 -04:00
pacnpal
b5fa128d60 ok 2024-10-29 17:22:43 -04:00
pacnpal
049a039038 Merge remote-tracking branch 'origin/main' 2024-10-29 14:58:00 -04:00
pacnpal
fe50eeba0f commits 2024-10-29 14:55:24 -04:00
pacnpal
0b773e7435 fixed some thangs, implemented cloudflare turnstile 2024-10-29 13:31:30 -04:00
pacnpal
0bed216ce7 ok 2024-10-29 10:05:17 -04:00
pacnpal
d2fed3dd0e fix settings for tailwind 2024-10-29 10:03:45 -04:00
pacnpal
8a4f08bf8c ok 2024-10-29 09:55:59 -04:00
pacnpal
158f25b24b yay 2024-10-29 01:09:14 -04:00
pacnpal
1339baec59 first commit 2024-10-28 17:09:57 -04:00