Open mjdgit opened 1 month ago
Cheers:3 Can you elaborate on tree-structured tags? How you imagine that?
Cheers:3 Can you elaborate on tree-structured tags? How you imagine that?
Your app is very useful. Below are my thoughts about tags. These can be saved in Configuration File,app starts and loads these.
Objects
├── Clothing
│ ├── Shirts
│ │ ├── Casual
│ │ └── Formal
│ ├── Pants
│ │ ├── Jeans
│ │ └── Dress
│ └── Accessories
│ ├── Shoes
│ │ ├── Sneakers
│ │ └── Heels
│ └── Bags
│ ├── Backpacks
│ └── Purses
├── Food
│ ├── Breakfast
│ │ ├── Cereals
│ │ └── Fruits
│ ├── Lunch
│ │ ├── Sandwiches
│ │ └── Salads
│ └── Dinner
│ ├── Meats
│ │ ├── Beef
│ │ └── Chicken
│ └── Vegetables
├── Home
│ ├── Furniture
│ │ ├── Chairs
│ │ └── Tables
│ ├── Appliances
│ │ ├── Refrigerators
│ │ └── Washing Machines
│ └── Decorations
│ ├── Paintings
│ └── Statues
└── Electronics
├── Computers
│ ├── Laptops
│ └── Desktops
├── Phones
│ ├── Smartphones
│ └── Feature Phones
└── Audio
├── Headphones
└── Speakers
That would actually make sense, but as of now, it looks more like a feature for v.2 of the app. Let me think about it more, and I'll probably start working on it somewhere soon
I'm glad to hear from you. I think more people will discover the value of this app.
It's a good job! There are many levels of tags,wish tree-structured tags can be supported.