{"version":3,"file":"festivalManager.eb0ca04e.js","sources":["../../../../stores/festivalManager.ts"],"sourcesContent":["import _ from 'lodash'\nimport { gql } from '~/apollo/gql'\nimport { defineStore } from 'pinia'\nimport { useFragment } from '~/apollo/fragment-masking'\nimport { OpenFeature } from '@openfeature/web-sdk'\n\nexport const useFestivalManager = defineStore('festivalManager', () => {\n const session = useSession()\n const openFeature = useOpenFeature()\n const { $posthog } = useNuxtApp()\n\n const loaded = ref(false)\n\n const { result, refetch, onResult, loading } = useQuery(\n FestivalManagerCache,\n () => ({\n userId: session.user?.id,\n userIdInt: parseInt(session.user?.id),\n ffid: openFeature.getNumber('current_film_festival'),\n ffidNum: openFeature.getNumber('current_film_festival'),\n }),\n () => ({\n enabled: !!session.user,\n }),\n )\n\n onResult(({ loading }) => {\n if (!loading) {\n loaded.value = true\n OpenFeature.setContext({\n ...OpenFeature.getContext(),\n filmmaker: teams.value.length > 0,\n })\n\n $posthog().setPersonProperties({\n [`${openFeature.getNumber('current_film_festival')}_filmmaker`]:\n teams.value.length > 0,\n [`${openFeature.getNumber('current_film_festival')}_film_challenge_submitted`]:\n teams.value.some(t => !!t.submitted_at),\n })\n }\n })\n\n const teamRoles = computed(() =>\n result.value?.team_roles?.map(r => useFragment(TeamRole, r)),\n )\n const countries = computed(() =>\n result.value?.countries?.map(c => useFragment(Country, c)),\n )\n const genres = computed(() =>\n result.value?.genres?.map(g => useFragment(Genre, g)),\n )\n const festivalGenres = computed(() =>\n result.value?.festival_genres?.map(g => useFragment(FestivalGenre, g)),\n )\n const studios = computed(() =>\n result.value?.studios?.map(s => useFragment(StudioInfoLite, s)),\n )\n const teams = computed(\n () =>\n _.chain(studios.value)\n .flatMap(s => s.teams)\n .filter(t => !!t.team_number)\n .value() || [],\n )\n const assetTypes = computed(() =>\n result.value?.assetTypes?.map(a => useFragment(AssetType, a)),\n )\n\n return {\n refetch,\n loading,\n loaded,\n teamRoles,\n countries,\n genres,\n festivalGenres,\n studios,\n teams,\n assetTypes,\n }\n})\nconst TeamRole = gql(`fragment TeamRole on team_roles {\n id name description\n}`)\n\nconst Country = gql(`fragment Country on countries {\n id name code\n}`)\n\nconst StudioInfoLite = gql(`fragment StudioInfoLite on studios {\n id name owner_id teams(where: {film_festival_id: {_eq: $ffidNum}}) { id name team_number submitted_at }\n}`)\n\nconst Genre = gql(`fragment Genre on genres {\n id name description\n}`)\n\nconst FestivalGenre = gql(`fragment FestivalGenre on festival_genres {\n id name description\n}`)\n\nconst AssetType = gql(`fragment AssetType on asset_types {\n id title\n}`)\n\nconst FestivalManagerCache =\n gql(`query FestivalManagerCache($userId: numeric!, $userIdInt: Int!, $ffid: Int!, $ffidNum: numeric!) {\n team_roles(where: { name: { _is_null: false }}, order_by: {name: asc}) {\n ...TeamRole\n }\n countries(where: { name: { _is_null: false }}, order_by: {name: asc}) {\n ...Country\n }\n genres(order_by: {name: asc}) {\n ...Genre\n }\n festival_genres(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\n ...FestivalGenre\n }\n studios(where: {_or: [\n {owner_id: {_eq: $userIdInt}},\n {teams: {owner_id: {_eq: $userId}}},\n {teams: {memberships: {user_id: {_eq: $userId}}}}\n ]}) {\n ...StudioInfoLite\n }\n assetTypes: asset_types(where: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \"Y\"}}]} order_by: {title: asc}) {\n ...AssetType\n }\n}\n`)\n"],"names":["useFestivalManager","defineStore","session","useSession","openFeature","useOpenFeature","$posthog","useNuxtApp","loaded","ref","result","refetch","onResult","loading","useQuery","FestivalManagerCache","_a","_b","OpenFeature","teams","t","teamRoles","computed","r","useFragment","TeamRole","countries","c","Country","genres","g","Genre","festivalGenres","FestivalGenre","studios","s","StudioInfoLite","_","assetTypes","a","AssetType","gql"],"mappings":"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"}