Open Issues Need Help
View All on GitHubAI Summary: Integrate Large Language Model (LLM) capabilities into the TwistedArtistsGuild.com backend to enhance user experience. This involves using the LLM to respond to direct messages, track online trends, generate initial ad copy for products, and suggest products based on those trends. Image generation is explicitly excluded.
AI Summary: Develop and implement dynamic forms for the TwistedArtistsGuild.com backend, persisting form data in the database during migration. This includes documenting the forms and their workflow.
AI Summary: Implement modular search routes for the TwistedArtistsGuild.com backend, allowing searches across artists, listings, events, users, and venues. The search should utilize specified searchable fields and relevance signals (e.g., vote counts, due dates) for each entity type. Additionally, enrich search results with linked entities like ExternalLinks and Pictures, but don't create separate search routes for these enrichments.