|
b576674098
|
feat: header iteration 2
|
2024-06-11 18:37:02 +02:00 |
|
|
1837eca921
|
feat: Rework profile card a bit
|
2024-06-08 22:23:22 +02:00 |
|
|
b16cf76208
|
feat: Add user page to show adoption notices
|
2024-06-08 22:11:55 +02:00 |
|
|
bbb2d33840
|
feat: rework status and add correct one to adoption notices
|
2024-06-08 12:32:57 +02:00 |
|
|
d14b88e99d
|
feat: re-add DateWidget but only if creating
|
2024-06-08 12:31:22 +02:00 |
|
|
52335d0eb3
|
refactor: use import that PyCharm understands
|
2024-06-08 11:44:21 +02:00 |
|
|
a1b287641d
|
feat: Add user to AN automatically
|
2024-06-08 11:43:55 +02:00 |
|
|
8980cc263b
|
refactor: Rip out member and use custom user model
|
2024-06-08 09:31:58 +02:00 |
|
|
07fcad0549
|
fix: query location use correct API
|
2024-06-08 08:57:14 +02:00 |
|
|
2bd40d1278
|
feat: Add AN metrics by status
|
2024-06-06 23:22:05 +02:00 |
|
|
c38f1d2244
|
feat: Add basic metrics
|
2024-06-06 23:16:57 +02:00 |
|
|
4857447c29
|
feat: Add oxitraffic support
|
2024-05-31 17:30:58 +02:00 |
|
|
f4ac22ba3d
|
feat: Only allow logged-in users to edit adoption notices
|
2024-05-31 16:42:32 +02:00 |
|
|
0dc391b432
|
feat: Add proper location to adoption notices
|
2024-05-31 16:41:44 +02:00 |
|
|
7210847710
|
feat!: add status to adoption notices, reset migrations because why not
|
2024-05-31 16:25:50 +02:00 |
|
|
71e69356b8
|
feat: Filter adoption notices to show only active ones
|
2024-05-31 16:00:52 +02:00 |
|
|
195a5ab26a
|
feat: Add status, split migration to provide proper default
|
2024-05-31 15:57:38 +02:00 |
|
|
aa4c4d3c60
|
translation: Add translations
|
2024-05-31 15:57:14 +02:00 |
|
|
757943e82f
|
docs: Add translation instruction
|
2024-05-31 15:53:42 +02:00 |
|
|
8c69bb8717
|
feat: Display only domain for further information link
|
2024-05-31 15:47:22 +02:00 |
|
|
c0a89c266a
|
feat: Add command to clean locations
|
2024-05-31 15:03:33 +02:00 |
|
|
86bfaa0f55
|
fix: add migration for image
|
2024-05-31 14:56:55 +02:00 |
|
|
3b9b64c717
|
fix: table overflow
|
2024-05-31 14:56:47 +02:00 |
|
|
ed1a7dafa9
|
feat: Add photo add button to adoption notice
|
2024-05-31 14:56:23 +02:00 |
|
|
26b16586b8
|
feat: Add edit buttons to animal
|
2024-05-31 14:40:35 +02:00 |
|
|
5f13736753
|
feat: Remove unused title from image
|
2024-05-31 13:51:14 +02:00 |
|
|
8d92539b22
|
refactor: Use django form
|
2024-05-31 13:48:24 +02:00 |
|
|
961c2230a0
|
fix: fix order
|
2024-05-31 13:48:22 +02:00 |
|
|
213bb3c45f
|
feat: Add distance based search option
|
2024-05-31 13:40:06 +02:00 |
|
|
1f87e486e0
|
feat: Use location when appropriate, otherwise fallback to location string
|
2024-05-31 13:33:42 +02:00 |
|
|
af4bd9356f
|
feat: Add function to calculate if a given position is within a given distance
|
2024-05-31 12:53:06 +02:00 |
|
|
5d2e7c395f
|
feat: Add position property that returns coordinates
|
2024-05-31 12:52:57 +02:00 |
|
|
fb9ed07abc
|
fix: remove double str
|
2024-05-31 12:44:45 +02:00 |
|
|
d2219188d3
|
refactor: Move get_location to model to avoid circulari mports
|
2024-05-31 12:17:53 +02:00 |
|
|
6799dbe901
|
feat: Use real geo api by default
|
2024-05-31 12:05:45 +02:00 |
|
|
6b8f223754
|
Docs: Add todo regarding location strings
|
2024-05-31 11:58:11 +02:00 |
|
|
7291e26140
|
feat: Add management command to quickly test geocoding
|
2024-05-31 11:57:15 +02:00 |
|
|
0e05201f5a
|
docs: Add section explaining geocoding
|
2024-05-31 11:55:39 +02:00 |
|
|
677fc6626b
|
fix: rework geocoding api usage, make api url custom
|
2024-05-31 11:41:59 +02:00 |
|
|
2a9dc337d2
|
feat: Auto-add location to adoption notice
|
2024-05-31 10:58:57 +02:00 |
|
|
c8f65c9c54
|
feat: Introduce Haversine formula to calculate distance between coordinates
|
2024-05-31 10:58:40 +02:00 |
|
|
4476cc7db5
|
feat: Add basic GeoAPI
|
2024-05-31 10:58:12 +02:00 |
|
|
f1dc3fde4c
|
feat: Add form to add images to adoption notices and animals
|
2024-05-31 10:56:43 +02:00 |
|
|
a364287a38
|
fix: Correct add animal flow
|
2024-05-31 10:56:41 +02:00 |
|
|
bfcd8cd2e5
|
feat: connect flow components
|
2024-05-31 09:58:55 +02:00 |
|
|
6d55eba2c2
|
fix: Remodel profile card in header
|
2024-05-31 09:58:41 +02:00 |
|
|
a675531aaf
|
fix: allow running tests from root directory
|
2024-05-31 09:58:12 +02:00 |
|
|
e5a5fd5a10
|
feat: add announcements
|
2024-05-31 09:58:03 +02:00 |
|
|
8295716f07
|
feat: add option to clear the database before populating it again
|
2024-05-30 16:58:11 +02:00 |
|
|
76c24ba694
|
feat: add add-animal form
|
2024-05-30 16:57:47 +02:00 |
|