You are browsing as a guest. Sign up (or log in) to start making projects!

11h 14m 59s logged

This change included a new change into the core backend API system, instead of using the Next.js App routing, I moved to tRPC for better and faster development, this changes are partly done by Codex. This change also brought more UX changes, including prefill usernames (on login with param ?prefill=true), better password changing, tuition fetching, and tuition discount forums. All of this without using a server side db. Later, some stuff will have error handling, currently, there is none. Like the tuition discount forums.

0
24

Comments 2

@Falling10fruit

Is that computer vision or is it looking into the HTML? I’m curious because the former is expensive and the latter is a mess with all the CSS needing wrappers for parent tags and so on.

@howard

Its partially parsing HTML (this applies to the login, change password, and the tuition pages), but mostly using API requests that are from the school server.