Shipped this project!
I added a demo mode and fixed various bugs ready for ship! This mostly accompanies the other one but it wouldn’t let me ship them together :)
I added a demo mode and fixed various bugs ready for ship! This mostly accompanies the other one but it wouldn’t let me ship them together :)
Created admin demo mode - all created accounts are admin accounts, automatic resets every hour (possibly)
It involves bypassing the database, keeping the backend unaware of changes, and manually tracking changes to intercept data from the backend and update it.
Log in to leave a comment
Some small deployment things to allow for light memory instances. It’s in the Dockerfile!
It involved modifying existing services files to automatically shut down when the light memory mode is enabled. Things disabled include the background worker.
Log in to leave a comment
I built a wrapper around Tabbycat for managing a debating tournament. This was not asked for by a teacher or another person at my school, but I did convince them to let me test it on them.
Core features:
Add a printable auto-filled ballot function, additional logging
Log in to leave a comment
Better ai sentence generation using a secondary model that checks and grades example sentences.
Add a search feature with automatic searching using the ‘/’ key.
If a word is searched and not found, it will go to new entry page and autofill word w/ its pinyin.
Get word definition from external dictionary will now autofill into (new) rich text editor (tinymce)
All words has sorting by pinyin.
Edit example sentence :)
Log in to leave a comment
Add AI sentence generation, search function, etc.
Next up: add word lists, add better UI
Log in to leave a comment
Added home page with dictionary index (alphabetization in progress lol).
Log in to leave a comment
Created bulk of app, including fortune animation (from elsewhere online), tailwind CSS, and ollama integration. Uses Django Q2 for task enqueueing. Added goofy fortunes.
Log in to leave a comment
I have built Version 0.1beta of my project! At the moment, it is confined within Storybook for ease of testing all the components, but eventually, it will be a full project! It has support for:
I learned a lot about UI design, and the next step is to get a screen recording and microphone function up and running. Then, on to animations and fleshing out the UI flow a bit more! I also had fun building a theme and fully theming my app! On the roadmap in the design practices side: eliminate magic numbers (which is a problem at the moment lol).
I also learned a lot about Github Actions. It is so frustrating!!! lol Anyways, there is now an action that automates building storybook! :)
Added a new question interface: the SideBySide renderer!
It is essentially a scroll list of questions with immediate feedback. There is rudimentary support for a whiteboard, and support for editing/creating questions.
Log in to leave a comment
Added a new question answering UI, imitating Khan Academy’s UI. Will flesh out whiteboard soon.
Log in to leave a comment