Replies: 7 comments 5 replies
-
Another thing, abstraction. Lighthouse 2 needs to be more modular, lest we end up in development hell again. |
Beta Was this translation helpful? Give feedback.
-
Here are my opinions for this. --
I feel like most of our development team is rather familiar with C# for the most part. It would probably be in our best interest to continue using C# to prevent an unnecessary learning curve.
I think Postgres would be rather ideal for our usage case. A few reasons I can think of would be partial indexing, as well as it being generally better for larger databases and bigger I/O operations.
I believe we should continue to keep the front and back end as modular as possible, and remove the need for a shared
We could design the project in a way that it can be built into a self contained, single file binary that we can host on our own PPA/repo-equivalent source, so an administrator could simply run
Our current CI/CD flow is a mess in my opinion. We should consider chunking up operations into separate jobs so we can better observe the flow at a glance and see where exact failure points are. We could also benefit from adding a linter to the CI/CD flow starting out to maintain code styling. We could also add something like Codecov for test coverage results.
The Bunkum project has established a few "standards" per-se for referencing LittleBigPlanet server information, etc. A good example would be AutoDiscover. Another example would be the RPC information API. -- If you've got any concerns or questions regarding what I've suggested please feel free to let me know :) |
Beta Was this translation helpful? Give feedback.
-
Something else to add to the list of things to do, is we need better monitoring and statistics, so we can spot issues before they become a problem |
Beta Was this translation helpful? Give feedback.
-
Very interested in contributing to the beginning stages of this as summer approaches. I agree with postgres for the database, I think the actual level savedata could be configured to run in a CDN or saved on the server directly. This would make scaling easier if any one particular server got very popular. |
Beta Was this translation helpful? Give feedback.
-
We need the Cat Button. |
Beta Was this translation helpful? Give feedback.
-
Make the website more stylized, the way it looks right now isn't appealing in any way and just looks corporate. also pls make it stop logging me out daily |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here I'd like to have some discussion about what we want to do with Lighthouse 2, and what we want to definately do differantly compared to ProjectLighthouse.
Some things to consider:
Beta Was this translation helpful? Give feedback.
All reactions