Nut Pinyo

Results 24 comments of Nut Pinyo

After doing basic data exploratory analysis with @panus2001, we decided it's better to consult professors on how to accurately determine GenEd courses, since there must be a way to validate...

@Leomotors since we're not using Nx anymore, does codegen still work? The generated code is probably fine, but the action to generate it required Nx right?

Why is there so many package.json changes (package name ordering is out of place, versions are upgraded)? That should not happen when you add new packages for your new app....

In fact, i'd say do this: 1. Delete node_modules folder 2. Revert package.json and pnpm lock file back to its original commit 3. Selectively add new packages that you need...

hold up this might conflict package.json with turborepo migration in #470

> > hold up this might conflict package.json with turborepo migration in #470 > > do you mean hold the pull request or hold the migration? hold the PR, as...

u'll need to create a new package.json in your app directory with your own dependencies. No more piling every dependencies into single package.json at root.

So we're doing this for SEO purposes lmao

`tools/gened` exists because we didnt have a UI for it. When backoffice is done, we would no longer need it.