The Homethings Apps & API
- Rebuild as Sveltekit & Hono
- Added scripts to support a RAG chat model for Svelte docs
- Rebuild as Hono & React Router app
- Migrated DB from Neon Postgres to Turso SQLite
- Updated Next to use App Directory
- Added custom chatbot
- Removed mobile app
- Removed Prisma dependancy for DrizzleORM
- Rebuilt UI using ShadCN UI
- Added user preferences
- Resized imagery for performance
- Added barcode scanner to mobile app
- Merged in expo project for mobile app
- Fixed bug when creating new users. Passwords were not encrypted.
- Removed favourites
- Added Documents model & ui
- Adding support for books
- Updated Next 13
- Removed TRPC
- Added Prisma JSON feature flag
- Added dual auth so both Next Auth & Custom JWT can be used with API
- Added Feedback functionality
- Fixed bug where favourites could not be deleted
- Added Zod to DB models & ENV variables
- Added User favourites
- Upgraded all files to TypeScript
- Added getServerSideProps to all pages
- Added prop-types to components
- Fixed Typescript errors
- Moved data fetching into a hook
- Replaced custom auth with NextAuth
- Added Zod & schema validation
- Added trpc support
- Switched to Postgres & Prisma
- Upgraded to Next 13
- Switched from Bootstrap to Tailwind
- Added dark mode toggle
- Added new section to view users & create new user
- Refactored to use NextJS
- Added new endpoint to retrieve Episode
- Switched from 'node-sass' to 'sass' library
- Added Profile page
- Added Personalised Icon setting
- Added search/filter bar to Movies
- Added Authentication to API
- Updated app to send token with fetch requests
- Updated 404 & 500 Pages
- Build using Azure Functions & Create React App