Commit Graph

58 Commits

Author SHA1 Message Date
pacnpal
8404e4d3d5 Fix search form duplication by updating event handler to submit the correct filter form and return JSON responses for park suggestions 2025-02-23 12:05:26 -05:00
pacnpal
4c5eced709 Implement park search suggestions with HTMX integration: replace legacy redirect with real-time suggestions and enhance UI for better user experience 2025-02-23 10:50:25 -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
65f8aee1d7 Refactor imports and improve code organization: streamline import statements and enhance readability in parks/views.py 2025-02-21 20:37:03 -05:00
pacnpal
c1da84491a Implement park search suggestions: add autocomplete functionality and improve search input handling 2025-02-21 20:36:12 -05:00
pacnpal
5921a3d7ff 2025-02-21 19:14:26 -05:00
pacnpal
c1f764ceae Refactor error message handling: centralize required fields error message and improve park list template accessibility 2025-02-21 18:55:41 -05:00
pacnpal
2dc5dad855 Enhance park search functionality: update view mode handling and improve park list item layout 2025-02-21 18:52:01 -05:00
pacnpal
2cf2949962 Add migrations to alter primary key fields to BigAutoField for multiple models 2025-02-21 12:55:21 -05:00
pacnpal
17f80f1967 Implement search functionality improvements: optimize database queries, enhance service layer, and update frontend interactions 2025-02-21 10:31:49 -05:00
pacnpal
bd1adc017c Refactor park queryset logic: move base queryset to a dedicated module for improved organization and maintainability 2025-02-19 09:30:17 -05:00
pacnpal
0991a74939 Implement ride count fields with real-time annotations; update filters and templates for consistency and accuracy 2025-02-13 16:44:30 -05:00
pacnpal
9daa049b2b Refactor park listing templates: implement grid and list view modes, enhance search results rendering, and improve error handling in search functionality 2025-02-13 12:19:23 -05:00
pacnpal
f4c4fd9142 Refactor search functionality: remove obsolete JavaScript and HTML templates; enhance error handling and response rendering for park search results 2025-02-13 10:29:57 -05:00
pacnpal
146f366453 Enhance search functionality with loading indicators, dark mode support, and improved UI; implement event handling for search results and refine park filter tests for better coverage 2025-02-13 09:42:58 -05:00
pacnpal
80e911afbc Integrate parks app with site-wide search system; add filter configuration, error handling, and search interfaces 2025-02-12 16:59:20 -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
f33577bf8a Create initial migration for HistoricalSlug model; update foreign key references to use settings.AUTH_USER_MODEL and define unique constraints 2025-02-10 00:20:27 -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
64d9943d86 Refactor model imports and update admin classes to use pghistory for historical tracking; replace HistoricalModel with TrackedModel in relevant models 2025-02-09 11:20:40 -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
181f49a0f2 Refactor comments app to use mixins for comment functionality; update admin interfaces and add historical model fixes 2025-02-08 16:33:55 -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
2c82489691 Add timezone utility and current branch signal to enhance park detail functionality 2025-02-06 20:38:38 -05:00
pacnpal
d3141ab320 Add version control context processor and integrate map functionality with dedicated JavaScript 2025-02-06 20:06:10 -05:00
pixeebot[bot]
b350159947 Add timeout to requests calls 2025-01-28 03:09:49 +00:00
pixeebot[bot]
ea396b6f50 Secure Source of Randomness 2024-12-26 03:11:52 +00: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
4899d08cfb fixing the home page 2024-11-06 19:09:56 +00:00
pacnpal
968b0b4c81 fixed a bunch of things, hopefully didn't break things 2024-11-05 21:51:02 +00:00
pacnpal
1c32eb26a2 series of tests added with built-in django test support 2024-11-05 18:40:39 +00:00
pacnpal
309d18ec96 fix error handling 2024-11-05 15:13:39 +00:00
pacnpal
e10248d32e fix location add 2024-11-05 15:11:45 +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
9de9311670 weird header stuff 2024-11-03 22:03:56 +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
387c4740e7 ok 2024-11-01 03:35:53 +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
c52f14e700 idk man 2024-10-31 17:27:31 +00:00
pacnpal
b675d59c16 fixed the damn discord button 2024-10-31 16:13:05 +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