ether / etherpad-next

Rewrite of Etherpad using NextJS
Apache License 2.0
7 stars 3 forks source link

feat(infra): be stricter on infrastructure and simpler #51

Closed AugustinMauroy closed 5 months ago

AugustinMauroy commented 5 months ago

Description

Unfortunately we were too vite (no pun intended with the tools 😂) in our development. Certain features were implemented in custom mode. And also when implementing them we left too much legacy code.

That's why I've simplified the infrastructure as much as possible. For the moment, yes, etherpad only supports Mysql. A future version will support other providers, but you have to go step by step.

Related Issues

No, just discution with @SamTV12345 on discord.

Check List

AugustinMauroy commented 5 months ago

The settings have been removed. I still have to re-implement them

SamTV12345 commented 5 months ago

I agree. It is maybe better to start from scratch and reimplement stuff ourself than trying to port over Etherpad logic.

AugustinMauroy commented 5 months ago

We need compatibility, but you don't need to copy the code.