summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-23Remove gnosis-test-bufferThanos Apollo
2023-12-23Remove gnosis-review-update--last-revThanos Apollo
Unused function
2023-12-23Update review process for MCQThanos Apollo
- Update function names - Add message with total number of notes reviewed for session
2023-12-23Add gnosis-review-new-fThanos Apollo
Calculate new ef for card id, based on SUCCESS. To make tracking easier, easiness factor is a list consisting of (ef-increase ef-decrease ef), where ef-increase & ef-decrease are used to calculate new ef upon review.
2023-12-23Add gnosis-review-roundThanos Apollo
Function to round arg to 1 decimal. Used for calculating new easiness factor (ef/new-ef)
2023-12-23Add updates for successful reviews & add note-countThanos Apollo
- Add note-count for gnosis-review, output total number of notes reviewed for session. This could also be tracked to keep track progress - Upon review update db for last-rev, next-rev and the new-ef. This function may change to just gnosis-review--update, where based on an argument updates db for failed/successful review
2023-12-23gnosis-update: Update docstringsThanos Apollo
2023-12-23gnosis-review: remove testing for idThanos Apollo
2023-12-21Update algorithmThanos Apollo
2023-12-21Add starting gnosis-algorithm-ef as 1.3Thanos Apollo
2023-12-19Add gnosis-review-update--last-revThanos Apollo
2023-12-19Add gnosis-review--successThanos Apollo
2023-12-19Add gnosis-review--new-efThanos Apollo
2023-12-19Add gnosis-review--get-offsetThanos Apollo
2023-12-19Add gnosis-review--algorithmThanos Apollo
A seperate function to output the new interval & new ef using gnosis-algorithm
2023-12-19Update addition of notes for new schemasThanos Apollo
2023-12-19Fix displaying of questionsThanos Apollo
2023-12-19Update READMEThanos Apollo
2023-12-19algorithm: Return next interval as date (yyyy mm dd)Thanos Apollo
2023-12-19[fix]algorithm: Update var namesThanos Apollo
2023-12-19Remove animate & require emacsql-sqliteThanos Apollo
2023-12-19Update gnosis-db schemasThanos Apollo
2023-12-18Rename schemas using gnosis-db-schema prefix, enable foreign-keysThanos Apollo
2023-12-18Add gnosis-review--get-due-notesThanos Apollo
2023-12-18Update package descriptionThanos Apollo
2023-12-18Seperate gnosis-algorithm from gnosis.elThanos Apollo
2023-12-15Update addition of mcq note typeThanos Apollo
- Add error statements - Add supsend value for review-log
2023-12-15Revert changes on gnosis--ask-inputThanos Apollo
2023-12-14gnosis-get: change to cl-defun & set defaults value for whereThanos Apollo
2023-12-14Update addition of note-mcq typeThanos Apollo
Add review-log info & date statements
2023-12-14gnosis-init: Fix repetitive codeThanos Apollo
2023-12-14Add gnosis-date-differenceThanos Apollo
2023-12-14Update gnosis--ask-inputThanos Apollo
- Remove animate as well
2023-12-14Feature: Add review-log schemaThanos Apollo
Review log will be used to schedule notes for review as well as keep track of failures
2023-12-14Add gnosis-updateThanos Apollo
2023-12-14Move all custom variables at the start of codeThanos Apollo
2023-12-14Update gnosis-add-note-mcqThanos Apollo
- If tags is nil, default to 'untagged - Insert values to review table
2023-12-14Update db schmasThanos Apollo
2023-12-14Rename: gnosis-create-question -> gnosis-add-noteThanos Apollo
2023-12-14Add db schemasThanos Apollo
2023-12-14Rename gnosis-create-deck -> gnosis-add-deckThanos Apollo
2023-12-14Add #'(gnosis-current-date)Thanos Apollo
Get current date in (yyyy mm dd) & add offset. Inspired by calendar-current-date func Changed format to (year month day)
2023-12-13Add gnosis-getThanos Apollo
Use gnosis-get as front-end of gnosis--select to get desired value
2023-12-13Remove gnosis--get-id & gnosis--get-nameThanos Apollo
2023-12-13Algorithm: Update docstrings & testing paramsThanos Apollo
2023-12-13Update testing parametersThanos Apollo
2023-12-13ef: Update to 0.3 0.3Thanos Apollo
2023-12-13mcq: Use gnosis--selectThanos Apollo
2023-12-12Change select arg orderThanos Apollo
Mimic sql, value first table second
2023-12-12Update schema & fix typosThanos Apollo