Skip to content

Refactor to app/ directory#130

Draft
MaxLeiter wants to merge 164 commits into
mainfrom
refactor
Draft

Refactor to app/ directory#130
MaxLeiter wants to merge 164 commits into
mainfrom
refactor

Conversation

@MaxLeiter

@MaxLeiter MaxLeiter commented Nov 10, 2022

Copy link
Copy Markdown
Owner

There's a few goals here, generally listed in order of priority below. Any help is welcome! There's tons to do.

  1. Migrate to Next.js 13's app directory (https://beta.nextjs.org/docs)
  2. Migrate to Prisma as the ORM
  3. Remove the express server and replace with next API routes
  4. In app/, don't use /api calls but directly reference the prisma db when possible (in server components)
  5. Refactor API calls to not wait when unnecessary

This unblocks #126
Closes #124, closes #125, closes #79
Invalidates #66
Hopefully addresses #55

@MaxLeiter MaxLeiter marked this pull request as draft November 10, 2022 03:49
@maltegrosse

Copy link
Copy Markdown

seems great progress, thank you.
can you also add a github action to automatically create some docker image and push them to dockerhub, see https://github.com/maltegrosse/docker-ddns-server/blob/master/.github/workflows/containers.yml

TehPeGaSuS and others added 5 commits June 10, 2023 12:02
Added systemd units, both for use as root and normal user
Adds shadcn, bumps dependencies, overhaults lots of code.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

page content overlaps mobile menu [Proposal] (Server) Decouble DB from routes (from domain logic) Failed to update prerender files for /index

5 participants