-
- Potential for dynamic content laddering up to industry categories, organized by highest growth, most job openings, highest median salary.
-
### What?
Allowing users to create their custom category tags, then some predefined ones.
![image](https://github.com/user-attachments/assets/8cc259cf-085a-4185-b28b-e1adf90d116a)
### Why?
It …
-
The system of categories should be dynamic. Users should be able to suggest new sub-categories. Send request to Project Admin. Only project admin can create new categories.
Categories can be created …
-
This exercise, belonging to the "recapitulation" class (as per C. Castaneda's terminology), develops mindfulness, goal-setting and planning, attention span, and memory.
The user must assess their dai…
-
### Problem
Currently, the application displays icons in a horizontal list within a split view:
- Category panel: shows the list of available categories.
- Icon panel: displays a row of icons b…
-
simple fix:
``` dart
factory BusinessSearched.fromMap(Map? map) {
if (map == null) return BusinessSearched();
return BusinessSearched(
categories: Categories.fromList(map['categor…
-
### Description
This feature focuses on improving the feedback form located in the footer of the website to enhance user engagement and collect valuable insights. The enhancements will include a more…
-
Right now menu is hardcoded. We need to find out all categories and render dynamically.
-
In the FAQ Page, we need the following Categories:
Ernährung
Wohnen
Gesundheit
Arbeit/Soziales
Asylantrag/Asylverfahren
Gesetze
Bildung
Familie
Kinder/Jugendliche
Frauen (Gewalt/Gesundheit)
Transport/…
-
It was mentioned in https://github.com/WordPress/gutenberg/pull/39837#issuecomment-1121029310 that it would be good to dynamically generate Query variations based on existing post types.
In additio…