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.
Comments 2
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.
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.
Sign in to join the conversation.