Replies: 4 comments 3 replies
-
WOW! These are some amazing ideas! Here is how I envision being able to implement these things. Right now, adventures are either planned or visited on the main page but collections allow for dining and lodging (and other trip specific things like travel and notes). I could see making planned/visited a toggle and Doing the category idea instead. Activity types could be renamed to tags (auto complete from existing tags is already implemented). This would give the user more control over the types of adventures and allow them to easily tag them. The sorting screen can get a list of the users unique categories to sort them and there will be some default ones, but the user can add more (with emoji as icon!). I think this overall gives the user more flexibility and openness. Feel free to chime in with any more ideas! Just for reference, here is how I envision the roadmap for AdventureLog:
My free time is less now with school so I cannot do a new feature everyday like I did in the summer 😂 but I may be able to get a team together to help me make AdventureLog the best it can be :) |
Beta Was this translation helpful? Give feedback.
-
That sounds great! Here are some things to think about -> Just suggestions.
The fact is, a user is not required to add a tag group. If they just want a simple tag, go ahead with those. But those who want more flexibility can choose to add tag groups. This might sound more like a power user kind of feature, and maybe it is. But I think users would definitely get the hang of it once they start using it OR with examples on the website of how this can be used. I never used tagging for this sort of thing before Proxi app. But it definitely made things much much more manageable. These are just some thoughts. Just take elements that fit into the vision you have for AdventureLog! I have a collection of all the restaurants I have been to and the ones I plan to. And they are sorted by cuisine with their own icons. Looks pretty cool on a map. |
Beta Was this translation helpful? Give feedback.
-
On second thought. Enforcing users to choose only one sub-tag from a tag group might be limiting and too strict (maybe unnecessary complication?). If they choose multiple sub-tags, they will realize that and probably remove them OR they actually want those multiple tags.. The responsibility can be left to the user. I only see Tag-Groups helping when filtering things we want to see. The following looks much better and easier on the eyes than just having a single list.
Note: Swimming is in the end..after Rating (Awesome/Terrible). I am not sure how the tags will be sorted -> Alphabetically, Tag Creation Time/Order etc.. But using tag groups keeps similar things together. Makes it easier for the viewer to select what they what. |
Beta Was this translation helpful? Give feedback.
-
Quick update to this, the initial version of this will include migration to categories instead of visited and planned. visited and planned will be determined by the number of visits recorded and a set of (for now) predefined categories will be used instead. Here is my current list, feel free to suggest any more ADVENTURE_TYPES = [
('general', 'General 🌍'),
('Outdoor', 'Outdoor 🏞️'),
('lodging', 'Lodging 🛌'),
('dining', 'Dining 🍽️'),
('activity', 'Activity 🏄'),
('attraction', 'Attraction 🎢'),
('shopping', 'Shopping 🛍️'),
('nightlife', 'Nightlife 🌃'),
('event', 'Event 🎉'),
('transportation', 'Transportation 🚗'),
('culture', 'Culture 🎭'),
('water_sports', 'Water Sports 🚤'),
('hiking', 'Hiking 🥾'),
('wildlife', 'Wildlife 🦒'),
('historical_sites', 'Historical Sites 🏛️'),
('music_concerts', 'Music & Concerts 🎶'),
('fitness', 'Fitness 🏋️'),
('art_museums', 'Art & Museums 🎨'),
('festivals', 'Festivals 🎪'),
('spiritual_journeys', 'Spiritual Journeys 🧘♀️'),
('volunteer_work', 'Volunteer Work 🤝'),
('other', 'Other')
] This will be released as a part of the v0.7.0 update. |
Beta Was this translation helpful? Give feedback.
-
This is a beautiful app. Thanks you for this!
I have been using Google my maps for a long time now, but then tried multiple other apps (none were selfhosted). Many of the items in this feature request are inspired from an app called called Proxi. They have an extremely nice GUI and feels very refreshing to use -> better than google my maps in my opinion for some things. But it is not self hosted, and their privacy policy does not inspire confidence, especially for something involving location tracking.
For some inspiration, here are some screenshots from the Proxi app.
------------------------------Categories and Tags ------------------------------------
------------------------------------GUI to add a point ------------------------------------
------------------------------------The Map Page ------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions