SYMBOL INDEX (236 symbols across 105 files) FILE: client/app/layout.tsx function RootLayout (line 13) | function RootLayout({ FILE: client/app/loading.tsx type Props (line 3) | type Props = {}; function Loading (line 5) | function Loading({}: Props) { FILE: client/app/page.tsx function Home (line 3) | function Home() { FILE: client/app/priority/backlog/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/priority/high/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/priority/low/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/priority/medium/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/priority/urgent/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/projects/[id]/page.tsx type Props (line 3) | type Props = { function Page (line 9) | function Page({ params }: Props) { FILE: client/app/search/page.tsx type Props (line 3) | type Props = {}; function Page (line 5) | function Page({}: Props) { FILE: client/app/settings/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/teams/page.tsx type Props (line 3) | type Props = {}; function Page (line 5) | function Page({}: Props) { FILE: client/app/timeline/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: client/app/users/page.tsx type Props (line 3) | type Props = {}; function Page (line 5) | function Page({}: Props) { FILE: client/components/Header/index.tsx type Props (line 3) | type Props = { function Header (line 9) | function Header({ name, buttonComponent, isSmallText }: Props) { FILE: client/components/data/columns.tsx constant COLORS (line 84) | const COLORS = ["#0088FE", "#00C49F", "#FFBB28", "#FF8042"]; FILE: client/components/global/auth-provider/index.tsx type Props (line 7) | type Props = { function AuthProvider (line 20) | function AuthProvider({ children }: Props) { FILE: client/components/global/border-view/index.tsx type Props (line 8) | type Props = { function BorderView (line 15) | function BorderView({ id, setIsModelNewTasOpen }: Props) { FILE: client/components/global/loader/spinner.tsx type SpinnerProps (line 1) | type SpinnerProps = { FILE: client/components/global/project-header/index.tsx type Props (line 16) | type Props = { function ProjectHeader (line 21) | function ProjectHeader({ activeTab, setActiveTab }: Props) { FILE: client/components/global/tab-button/index.tsx type Props (line 3) | type Props = { function TabButton (line 10) | function TabButton({ activeTab, icon, name, setActiveTab }: Props) { FILE: client/components/global/task-card/index.tsx type Props (line 6) | type Props = { function TaskCard (line 10) | function TaskCard({ task }: Props) { FILE: client/components/global/task-column/index.tsx type Props (line 7) | type Props = { function TaskColumn (line 14) | function TaskColumn({ moveTask, setIsModelNewTasOpen, status, tasks }: P... FILE: client/components/global/task/index.tsx type Props (line 7) | type Props = { function Task (line 11) | function Task({ task }: Props) { FILE: client/components/home-page/index.tsx type Props (line 25) | type Props = {}; function HomePage (line 27) | function HomePage({}: Props) { FILE: client/components/list-view/index.tsx type Props (line 7) | type Props = { function ListView (line 12) | function ListView({ id, setIsModelNewTasOpen }: Props) { FILE: client/components/modal/index.tsx type Props (line 6) | type Props = { function Modal (line 13) | function Modal({ children, isOpen, onClose, name }: Props) { FILE: client/components/modal/modal-new-project/index.tsx type Props (line 7) | type Props = { function ModalNewProject (line 12) | function ModalNewProject({ isOpen, onClose }: Props) { FILE: client/components/modal/model-new-task/index.tsx type Props (line 8) | type Props = { function ModelNewTask (line 14) | function ModelNewTask({ id, isOpen, onClose }: Props) { FILE: client/components/navbar/index.tsx type Props (line 10) | type Props = {}; function Navbar (line 12) | function Navbar({}: Props) { FILE: client/components/priorityPage/index.tsx type Props (line 14) | type Props = { function PriorityPage (line 18) | function PriorityPage({ priority }: Props) { FILE: client/components/project-card/index.tsx type Props (line 4) | type Props = { function ProjectCard (line 8) | function ProjectCard({ project }: Props) { FILE: client/components/project-page/index.tsx type Props (line 11) | type Props = { function ProjectPage (line 15) | function ProjectPage({ id }: Props) { FILE: client/components/search-page/index.tsx type Props (line 12) | type Props = {}; function SearchPage (line 14) | function SearchPage({}: Props) { FILE: client/components/settings-page/index.tsx type Props (line 4) | type Props = {}; function SettingsPage (line 10) | function SettingsPage({}: Props) { FILE: client/components/sidebar/index.tsx type Props (line 31) | type Props = {}; function SideBar (line 33) | function SideBar({}: Props) { type SideBarLinksType (line 177) | interface SideBarLinksType { FILE: client/components/table-view/index.tsx type Props (line 9) | type Props = { function TableView (line 14) | function TableView({ id, setIsModelNewTasOpen }: Props) { FILE: client/components/team-page/index.tsx type Props (line 11) | type Props = {}; function TeamPage (line 24) | function TeamPage({}: Props) { FILE: client/components/timeline-view/index.tsx type Props (line 8) | type Props = { type TaskTypeItems (line 13) | type TaskTypeItems = "task" | "milestone" | "project"; function Timeline (line 15) | function Timeline({ id, setIsModelNewTasOpen }: Props) { FILE: client/components/timeline/index.tsx type Props (line 12) | type Props = {}; function TimeLinePage (line 14) | function TimeLinePage({}: Props) { FILE: client/components/user-card/index.tsx type Props (line 5) | type Props = { function UserCard (line 9) | function UserCard({ user }: Props) { FILE: client/components/user-page/index.tsx type Props (line 12) | type Props = {}; function UserPage (line 37) | function UserPage({}: Props) { FILE: client/components/wrapper/dashboardWrapper.tsx type Props (line 9) | type Props = { function DashboardLayout (line 13) | function DashboardLayout({ children }: Props) { FILE: client/components/wrapper/redux.tsx method getItem (line 28) | getItem(_key: any) { method setItem (line 31) | setItem(_key: any, value: any) { method removeItem (line 34) | removeItem(_key: any) { type AppStore (line 71) | type AppStore = ReturnType; type RootState (line 72) | type RootState = ReturnType; type AppDispatch (line 73) | type AppDispatch = AppStore["dispatch"]; function StoreProvider (line 78) | function StoreProvider({ FILE: client/state/index.ts type initialStateTypes (line 3) | interface initialStateTypes { FILE: client/types/type.ts type ProjectTypes (line 1) | interface ProjectTypes { type Status (line 9) | enum Status { type Priority (line 16) | enum Priority { type User (line 24) | interface User { type Attachment (line 33) | interface Attachment { type TasksTypes (line 41) | interface TasksTypes { type SearchResults (line 61) | interface SearchResults { type Team (line 67) | interface Team { type TaskTypeItems (line 74) | type TaskTypeItems = "task" | "milestone" | "project"; FILE: production-level-application/app/(auth)/layout.tsx type Props (line 3) | type Props = { function Layout (line 7) | function Layout({ children }: Props) { FILE: production-level-application/app/(auth)/sign-in/[[...sign-in]]/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: production-level-application/app/(auth)/sign-up/[[...sign-up]]/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: production-level-application/app/api/move/[taskId]/route.tsx function PATCH (line 4) | async function PATCH( function DELETE (line 36) | async function DELETE( FILE: production-level-application/app/api/projects/[projectId]/route.ts function DELETE (line 4) | async function DELETE( function PATCH (line 25) | async function PATCH( FILE: production-level-application/app/api/projects/route.ts function GET (line 5) | async function GET(request: Request) { function POST (line 34) | async function POST(request: Request) { FILE: production-level-application/app/api/tasks/[projectId]/route.ts type IParams (line 4) | interface IParams { function GET (line 8) | async function GET(request: Request, { params }: { params: IParams }) { function PATCH (line 37) | async function PATCH( FILE: production-level-application/app/api/tasks/route.ts function POST (line 4) | async function POST(request: Request) { FILE: production-level-application/app/api/tasks/user/[userId]/route.ts type IParams (line 4) | interface IParams { function GET (line 8) | async function GET(request: Request, { params }: { params: IParams }) { FILE: production-level-application/app/api/user/[userId]/route.ts type IParams (line 4) | interface IParams { function GET (line 8) | async function GET(request: Request, { params }: { params: IParams }) { FILE: production-level-application/app/api/user/route.ts function POST (line 4) | async function POST(request: Request) { FILE: production-level-application/app/dashboard/layout.tsx type Props (line 5) | type Props = { function layout (line 9) | function layout({ children }: Props) { FILE: production-level-application/app/dashboard/loading.tsx type Props (line 3) | type Props = {}; function Loading (line 5) | function Loading({}: Props) { FILE: production-level-application/app/dashboard/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | async function Page({}: Props) { FILE: production-level-application/app/dashboard/priority/backlog/page.tsx type Props (line 5) | type Props = {}; function Page (line 7) | function Page({}: Props) { FILE: production-level-application/app/dashboard/priority/high/page.tsx type Props (line 5) | type Props = {}; function Page (line 7) | function Page({}: Props) { FILE: production-level-application/app/dashboard/priority/low/page.tsx type Props (line 5) | type Props = {}; function Page (line 7) | function Page({}: Props) { FILE: production-level-application/app/dashboard/priority/medium/page.tsx type Props (line 5) | type Props = {}; function Page (line 7) | function Page({}: Props) { FILE: production-level-application/app/dashboard/priority/urgent/page.tsx type Props (line 5) | type Props = {}; function Page (line 7) | function Page({}: Props) { FILE: production-level-application/app/dashboard/projects/[id]/page.tsx type Props (line 4) | type Props = { function Page (line 10) | function Page({ params }: Props) { FILE: production-level-application/app/dashboard/timeline/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: production-level-application/app/layout.tsx function RootLayout (line 14) | function RootLayout({ FILE: production-level-application/app/loading.tsx type Props (line 3) | type Props = {}; function Loading (line 5) | function Loading({}: Props) { FILE: production-level-application/app/page.tsx type Props (line 4) | type Props = {}; function Page (line 6) | function Page({}: Props) { FILE: production-level-application/components/data/columns.tsx constant COLORS (line 84) | const COLORS = ["#0088FE", "#00C49F", "#FFBB28", "#FF8042"]; FILE: production-level-application/components/global/border-view/index.tsx type Props (line 7) | type Props = { function BorderView (line 14) | function BorderView({ id, setIsModelNewTasOpen }: Props) { FILE: production-level-application/components/global/client-only/index.tsx type Props (line 5) | type Props = { function ClientOnly (line 9) | function ClientOnly({ children }: Props) { FILE: production-level-application/components/global/image-card/index.tsx type Props (line 4) | type Props = {}; function ImageCard (line 6) | function ImageCard({ src, aspectRatio, marginTop = "" }: ImageCardProps) { FILE: production-level-application/components/global/image-upload/index.tsx type Props (line 12) | type Props = { function ImageUpload (line 17) | function ImageUpload({ setImageSrc, value }: Props) { FILE: production-level-application/components/global/list-view/index.tsx type Props (line 7) | type Props = { function ListView (line 12) | function ListView({ id, setIsModelNewTasOpen }: Props) { FILE: production-level-application/components/global/loader/buttonLoader.tsx type SpinnerProps (line 1) | type SpinnerProps = { FILE: production-level-application/components/global/loader/spinner.tsx type SpinnerProps (line 1) | type SpinnerProps = { FILE: production-level-application/components/global/project-header/index.tsx type Props (line 28) | type Props = { function ProjectHeader (line 36) | function ProjectHeader({ FILE: production-level-application/components/global/project-page/index.tsx type Props (line 15) | type Props = { function ProjectPage (line 19) | function ProjectPage({ id }: Props) { FILE: production-level-application/components/global/tab-button/index.tsx type Props (line 3) | type Props = { function TabButton (line 10) | function TabButton({ activeTab, icon, name, setActiveTab }: Props) { FILE: production-level-application/components/global/table-view/index.tsx type Props (line 9) | type Props = { function TableView (line 14) | function TableView({ id, setIsModelNewTasOpen }: Props) { FILE: production-level-application/components/global/task-card/index.tsx type Props (line 6) | type Props = { function TaskCard (line 10) | function TaskCard({ task }: Props) { FILE: production-level-application/components/global/task-column/index.tsx type Props (line 7) | type Props = { function TaskColumn (line 14) | function TaskColumn({ moveTask, setIsModelNewTasOpen, status, tasks }: P... FILE: production-level-application/components/global/timeline-view/index.tsx type Props (line 8) | type Props = { type TaskTypeItems (line 13) | type TaskTypeItems = "task" | "milestone" | "project"; function Timeline (line 15) | function Timeline({ id, setIsModelNewTasOpen }: Props) { FILE: production-level-application/components/header/index.tsx type Props (line 3) | type Props = { function Header (line 9) | function Header({ name, buttonComponent, isSmallText }: Props) { FILE: production-level-application/components/home-page/index.tsx type Props (line 27) | type Props = { function HomePage (line 32) | function HomePage({ projectId, project }: Props) { FILE: production-level-application/components/home-page/root-home-page/index.tsx type Props (line 11) | type Props = {}; function RootHomePage (line 13) | function RootHomePage({}: Props) { FILE: production-level-application/components/modal/index.tsx type Props (line 7) | type Props = { function Modal (line 14) | function Modal({ children, isOpen, onClose, name }: Props) { FILE: production-level-application/components/modal/modal-new-project/index.tsx type Props (line 9) | type Props = { function ModalNewProject (line 14) | function ModalNewProject({ isOpen, onClose }: Props) { FILE: production-level-application/components/modal/model-new-task/index.tsx type Props (line 14) | type Props = { function ModelNewTask (line 21) | function ModelNewTask({ id, userId, isOpen, onClose }: Props) { FILE: production-level-application/components/modal/model-share-project/index.tsx type Props (line 6) | type Props = { function ModelShareModel (line 15) | function ModelShareModel({ FILE: production-level-application/components/navbar/home/index.tsx type Props (line 10) | type Props = {}; function HomeNavBar (line 46) | function HomeNavBar({}: Props) { FILE: production-level-application/components/navbar/index.tsx type Props (line 7) | type Props = {}; function Navbar (line 9) | function Navbar({}: Props) { FILE: production-level-application/components/priority-page/index.tsx type Props (line 15) | type Props = { function PriorityPage (line 19) | function PriorityPage({ priority }: Props) { FILE: production-level-application/components/sidebar/index.tsx type Props (line 28) | type Props = {}; function SideBar (line 30) | function SideBar({}: Props) { type SideBarLinksType (line 205) | interface SideBarLinksType { FILE: production-level-application/components/task/index.tsx type Props (line 11) | type Props = { function Task (line 15) | function Task({ task }: Props) { FILE: production-level-application/components/timeline/index.tsx type Props (line 12) | type Props = {}; function TimeLinePage (line 14) | function TimeLinePage({}: Props) { FILE: production-level-application/components/wrapper/dashboardWrapper.tsx type Props (line 8) | type Props = { function DashboardLayout (line 12) | function DashboardLayout({ children }: Props) { FILE: production-level-application/components/wrapper/redux.tsx method getItem (line 28) | getItem(_key: any) { method setItem (line 31) | setItem(_key: any, value: any) { method removeItem (line 34) | removeItem(_key: any) { type AppStore (line 71) | type AppStore = ReturnType; type RootState (line 72) | type RootState = ReturnType; type AppDispatch (line 73) | type AppDispatch = AppStore["dispatch"]; function StoreProvider (line 78) | function StoreProvider({ FILE: production-level-application/provider/reduxProvider.tsx type Props (line 6) | type Props = { function ReduxProvider (line 10) | function ReduxProvider({ children }: Props) { FILE: production-level-application/state/index.ts type initialStateTypes (line 3) | interface initialStateTypes { FILE: production-level-application/types/type.ts type ProjectTypes (line 1) | interface ProjectTypes { type Status (line 11) | enum Status { type Priority (line 18) | enum Priority { type User (line 26) | interface User { type Attachment (line 36) | interface Attachment { type TasksTypes (line 44) | interface TasksTypes { type SearchResults (line 68) | interface SearchResults { type Team (line 74) | interface Team { type TaskTypeItems (line 81) | type TaskTypeItems = "task" | "milestone" | "project"; type ImageCardProps (line 83) | interface ImageCardProps { FILE: server/prisma/migrations/20250103002536_init/migration.sql type "User" (line 2) | CREATE TABLE "User" ( type "Team" (line 13) | CREATE TABLE "Team" ( type "Project" (line 23) | CREATE TABLE "Project" ( type "ProjectTeam" (line 34) | CREATE TABLE "ProjectTeam" ( type "Task" (line 43) | CREATE TABLE "Task" ( type "TaskAssignment" (line 61) | CREATE TABLE "TaskAssignment" ( type "Attachment" (line 70) | CREATE TABLE "Attachment" ( type "Comment" (line 81) | CREATE TABLE "Comment" ( type "User" (line 91) | CREATE UNIQUE INDEX "User_cognitoId_key" ON "User"("cognitoId") type "User" (line 94) | CREATE UNIQUE INDEX "User_username_key" ON "User"("username") FILE: server/prisma/seed.ts function deleteAllData (line 7) | async function deleteAllData(orderedFileNames: string[]) { function main (line 24) | async function main() {