raviqqe/tasks

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.cspell.json
.firebaserc
.github/dependabot.yml
.github/workflows/dependabot.yaml
.github/workflows/main.yaml
.github/workflows/security.yaml
.gitignore
LICENSE
README.md
firebase.json
firestore.indexes.json
firestore.rules
index.html
package-lock.json
package.json
public/icon.svg
src/configuration.json
src/infrastructure/react/__snapshots__/App.test.tsx.snap
src/infrastructure/react/__snapshots__/Button.test.tsx.snap
src/infrastructure/react/__snapshots__/CircleButton.test.tsx.snap
src/infrastructure/react/__snapshots__/CreateTodoTask.test.tsx.snap
src/infrastructure/react/__snapshots__/CurrentProject.test.tsx.snap
src/infrastructure/react/__snapshots__/DoneTaskList.test.tsx.snap
src/infrastructure/react/__snapshots__/Home.test.tsx.snap
src/infrastructure/react/__snapshots__/IconButton.test.tsx.snap
src/infrastructure/react/__snapshots__/Landing.test.tsx.snap
src/infrastructure/react/__snapshots__/Project.test.tsx.snap
src/infrastructure/react/__snapshots__/ProjectMenu.test.tsx.snap
src/infrastructure/react/__snapshots__/SignIn.test.tsx.snap
src/infrastructure/react/__snapshots__/SignOut.test.tsx.snap
src/infrastructure/react/__snapshots__/Task.test.tsx.snap
src/infrastructure/react/__snapshots__/TextButton.test.tsx.snap
src/infrastructure/react/__snapshots__/TodoTaskList.test.tsx.snap
src/infrastructure/react/__snapshots__/ToggleProjects.test.tsx.snap
src/infrastructure/react/__snapshots__/ToggleTasks.test.tsx.snap
src/infrastructure/react/__snapshots__/TopBar.test.tsx.snap
tsconfig.json
eslint.config.js1
src/application/application-initializer.test.ts25
src/application/application-initializer.ts13
src/application/authentication-controller.ts5
src/application/authentication-presenter.ts3
src/application/confirmation-controller.ts3
src/application/current-project-initializer.test.ts58
src/application/current-project-initializer.ts32
src/application/current-project-repository.ts4
src/application/current-project-switcher.test.ts38
src/application/current-project-switcher.ts25
src/application/done-task-lister.test.ts49
src/application/done-task-lister.ts29