Changelog

February 3, 2025

We are a week or two out from the final v2 release, and we're crushing bugs and adding the final features!

  • User progress saving now works on refresh and across the site.
  • Sort functions fully done.
  • Revamped backend for a much better dev experience.
  • Added a reset button to clear progress.
  • Performance updates across all features.
  • Added a stage environment to prevent random bugs from getting into the live production site. This should lead to significantly reduced broken features to the site at any given time.
  • Question generation model is now more fine-tuned to make more complex questions while being more stable.
  • Question selection now moves smoothly to always keep it in view.

January 27, 2025

Over the past few days, LearnTerms v2 has been getting some new features suggested by users like you!

  • LearnTerms now saves user progress for all chapters. (This might still be a little buggy from time to time but I will roll fixes as I work on the backend service that supports tracking the questions.
  • Eliminate answers is now fully implemented and working well.
  • On show solution, the options now highlight their answer status for quick navigation.
  • Added a shuffle button.
  • Add a progress bar.
  • Fixed bugs on mobile that were introduced on various builds.
  • The analytics engine is now swapped out from Posthog to Vercel.
  • Sort by flagged
  • Sort by incomplete
  • Improved mobile menu

January 21, 2025

The fast paced development cycle continutes!

  • Eliminate answers feature added, a neat tool that lets you narrow down your answers
  • When implementing eliminate answers, I broke like 12 things. Then I fixed it, pushed the changes into production the night everyone is trying to study for the quiz, and then broke 15 other things. THIS IS WHY YOU DO NOT PUSH BREAKING CHANGES ON THE NIGHT BEFORE THE EXAM.
  • Fixed breaking bugs, now should function as expected.
  • Blur resets on question change.
  • Use escape to clear, enter to check, tab to reveal solution, and arrows keys to navigate questions.
  • Began implementation for saved progress on questions per user. This is a rather complex feature and will rollout closer to the weekend. After extended testing and implementation.

January 20, 2025

The insanity begins...

  • 113 high yield questions generated for the upcoming Chapter 1 quiz
  • Cleaned up odds and ends for production
  • New onboarding features
  • Making the quizzing section much more mobile friendly
  • Analytics engine reworked to improve future features.

January 10, 2025

It's been a while, but we've been hard at work!

  • LearnTerms has a new look!
  • Authentication is now completely updated to Svelte 5.
  • Stunning new landing page
  • Making the quizzing section much more mobile friendly
  • Reworked AI RAG pipeline for question generation for improved precision. This is still well into beta and won't be final until a few weeks into the Spring semester.
  • The site is now more responsive overall.
  • Solutions implementation on quizzing page
  • back and forth buttons to navigate questions
  • Massive redesign for the dashboard

December 18, 2024

Holiday updates continue.

  • Dude I literally remade ExamSoft for LearnTerms...
  • Additional site maintence and a change to the About page to get it up to date
  • Major tuning to the RAG system that will generate practice questions
  • Additional database and local storage enhancments that will make the site more durable to outages
  • Acanthamoeba

December 15, 2024

LearnTerms Holiday updates are underway!

  • Revamped the home page by archiving the Intro quizzing functions.
  • Added new Nord theme.
  • Complete transition to Svelte 5! Comes with performance and speed updates across the board.
  • Begin working on LLM infrastructure that will be core to new pharm focused site.
  • Rebuilding site backend to accommodate expected incoming user data.

October 25, 2024

With the publishing of the LENS Algorithm, feature updates are back!

  • The "Redo Missed Cards" session will now remove cards as you get them right. The flow here is yet to be determined, but it will likley change to a "remove from review" or "keep in review" prompt. Thanks to Matt W.
  • Progress now persists without logging in. Thanks to Kaity S. This actually turned out to be a very neat feature. I had my doubts.
  • Begin transitioning site code to Svelte 5 for performance gains.
  • Student of the week, changes every month

September 20, 2024

LearnTerms 1.0 is here!

  • Starring terms now works as a review deck on main quiz page
  • Resetting cards now works correctly
  • Separated development environment on the backend
  • Lesson 5 Terms

September 20, 2024

LearnTerms is almost in full release! Just a few more finishing touches!

  • Major refactor of the database system
  • Rennovated deck display for table view and flashcards view
  • Separated development environment on the backend
  • Search for terms!

September 15, 2024

  • Theme changes
  • Performance enhancments
  • Separated development environment on the backend
  • Added correct sound effect (I find that this gets old pretty fast, so I don't know if this will stay.) Feature courtesy of Julia
  • Removed correct/incorrect counters. You can now see how many you missed via the review deck counter.
  • Now more mobile friendly than ever for that last minute studying.

September 14, 2024

September 11, 2024

  • Progress bar added, courtesy of Collin
  • Lesson 4 Terms added
  • Fully functional starring function (previous implementation was a little sus)
  • Local review deck feature, courtesy of Cori

September 10, 2024

  • Added shuffling cards functionality (future decks will be in lesson workbook order)
  • Added card count
  • Added correct and incorrect counts
  • Review wrong cards flow
  • Slight authentication improvments
  • Persistent dark mode

September 9, 2024

  • Implemented Dark Mode
  • Added starred cards (this behavior is currently very glitchy on the front end. Refresh to see all updates after starring.)

September 8, 2024

  • Added tab to reveal word
  • Added toggle switch for list and grid view for cards
  • Cursor focus implementation
  • Made this page
  • Migrated card architecture to backend database (PostgreSQL)
  • Login implementation

Made with Svelte and 🧡