{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":540800798,"defaultBranch":"main","name":"IonnsaichSeo","ownerLogin":"sourzo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-09-24T11:05:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/114289828?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1682008664.0","currentOid":""},"activityList":{"items":[{"before":"59c67993664189d61f28dbab1fdbf8292cb6d09a","after":"c1567927502abcc7671afd650fff8401da73d22a","ref":"refs/heads/main","pushedAt":"2023-04-20T16:36:37.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Delete document lock file\n\nShouldn't have been committed","shortMessageHtmlLink":"Delete document lock file"}},{"before":"ac46c1fb0821c8d4c194d0b915896825b0f35109","after":"59c67993664189d61f28dbab1fdbf8292cb6d09a","ref":"refs/heads/main","pushedAt":"2023-04-03T13:58:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"where_from module fix\n\nUpdated rename function for new format of vocab files","shortMessageHtmlLink":"where_from module fix"}},{"before":"efcbffeecea6ba2831194266fba63d9ff0bfeb39","after":"ac46c1fb0821c8d4c194d0b915896825b0f35109","ref":"refs/heads/main","pushedAt":"2023-04-03T13:48:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"vocab list - select x\n\nNow it returns to main menu if user selects \"x\" as vocab list","shortMessageHtmlLink":"vocab list - select x"}},{"before":"c0da131f1833cbe562d8ab06795c27306bd86207","after":"efcbffeecea6ba2831194266fba63d9ff0bfeb39","ref":"refs/heads/main","pushedAt":"2023-03-29T13:50:47.530Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Updated documentation (& vocab)\n\nThe \"about the code\" section and the \"running the app\" section have been updated to reflect the current state of the code and the app. I've also added sections for the latest lessons.\n\nSome minor updates to vocab files. A couple of new vocab files (weather adjectives, hobby verbs)","shortMessageHtmlLink":"Updated documentation (& vocab)"}},{"before":"f5d4bcbbc3961c8964db4510053c2c8aad3cee10","after":"c0da131f1833cbe562d8ab06795c27306bd86207","ref":"refs/heads/main","pushedAt":"2023-03-28T14:49:16.101Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Removed print statements from verbs lesson","shortMessageHtmlLink":"Removed print statements from verbs lesson"}},{"before":"516d89da6926012931400781f301bd9e04aaf676","after":"f5d4bcbbc3961c8964db4510053c2c8aad3cee10","ref":"refs/heads/main","pushedAt":"2023-03-27T18:27:26.757Z","pushType":"push","commitsCount":3,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Update gd_common_article function\n\nThe function now removes the common article from a word before adding a new article. This is useful, for example, if you want to change the nominative article to the prepositional article.","shortMessageHtmlLink":"Update gd_common_article function"}},{"before":"bae173154760a66b9724f9f3d52216a472c54d40","after":"516d89da6926012931400781f301bd9e04aaf676","ref":"refs/heads/main","pushedAt":"2023-03-26T18:14:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Removed pre-loading of Pandas on website\n\nRemoved pre-loading of Pandas on website","shortMessageHtmlLink":"Removed pre-loading of Pandas on website"}},{"before":"257b7a572cb0fd5fbec41428b471b39630ff22e4","after":"bae173154760a66b9724f9f3d52216a472c54d40","ref":"refs/heads/main","pushedAt":"2023-03-26T18:03:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Testing complete (after removal of Pandas and creation of lesson testing module)\n\nAll lessons tested, all combinations created without code error. Lesson test code now works for everything created so far.","shortMessageHtmlLink":"Testing complete (after removal of Pandas and creation of lesson test…"}},{"before":"17cb0875b18411bf1067b38e689ec7ec9b8124ab","after":"257b7a572cb0fd5fbec41428b471b39630ff22e4","ref":"refs/heads/main","pushedAt":"2023-03-26T11:24:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Refactoring (again!)\n\nChanged my mind about how to read in CSV files. Now, instead of dictionaries of lists, they're lists of dictionaries. This makes them easier to use, e.g. length is the length of the list; picking a random entry is just picking a random element of the list, etc. Seriously, look at the changes to is_csvreader.py! It's so much simpler.\n\nThe lesson test module has also been altered, because it wasn't working for lessons which didn't take a vocab list. That's fixed now.\n\nI've also decided that every vocab list should have a column called \"english\" (so two of the places lists have had their \"place_en\" columns renamed).","shortMessageHtmlLink":"Refactoring (again!)"}},{"before":"151a2f7fa6e8231ee56f110e91251f77d8511245","after":"17cb0875b18411bf1067b38e689ec7ec9b8124ab","ref":"refs/heads/main","pushedAt":"2023-03-25T16:18:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Lesson Test Module\n\n* New module for testing lessons. This is not needed to run I.S., but is used in development to check that the outputs are what you'd expect. The tester generates [question, prompt, solutions], either for all possible combinations of parameters, or a specified number of random questions generated.\n\nThe other modules have been altered to make the testing easier.\n\n* Created new function to check if vocab list contains articles. This is needed for modules which would normally add the definite article. If the vocab list contains def. arts, then you don't want to add them in (e.g. \"England\" would\nnever become \"The England\")","shortMessageHtmlLink":"Lesson Test Module"}},{"before":"9f4e746b4d3b70f6b0b82202d7f4be4f0a969962","after":"151a2f7fa6e8231ee56f110e91251f77d8511245","ref":"refs/heads/main","pushedAt":"2023-03-23T16:31:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Tweaks for testing\n\nSwapping order of output of qgen functions, and fixing format of testvalues arguments","shortMessageHtmlLink":"Tweaks for testing"}},{"before":"bd613d6ecc50757ad4579dff00e676b56cc8f566","after":"9f4e746b4d3b70f6b0b82202d7f4be4f0a969962","ref":"refs/heads/main","pushedAt":"2023-03-20T18:47:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Bug fixes to v2.1.0\n\n* Answers comparison fixed\n* if user wants to practice one word, the list of words is displayed better now\n\nAlso updated readme and to-do list","shortMessageHtmlLink":"Bug fixes to v2.1.0"}},{"before":"eb2f8343c73fd71ffb7aa52c566cc13abb8ce023","after":"bd613d6ecc50757ad4579dff00e676b56cc8f566","ref":"refs/heads/main","pushedAt":"2023-03-20T17:06:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Code improvements\n\n* Put user options menus into separate module. Doesn't include main menu but I'll be re-doing that soon anyway to group the lessons into themes. As part of this, the options values have been given meaningful names (eg sentence = \"full\" or \"blank\" instead of \"1\" or \"2\")\n\n* Solutions comparison has been improved:\n - Ignores punctuation such as : (but not all punctuation as I want to keep hyphens and apostrophes)\n - \"x not\" and \"xn't\" are both accepted (eg \"are not\" and \"aren't\")\n - When writing English, don't have to state (sg) or (pl) when writing \"you\"\n\n* Vocab selection - users can now enumerate the possible vocab lists, so you don't have to write the full name, you can just pick a number\n\n* A couple of minor fixes to plurals, adjectives list\n\n* Time lesson solutions have been improved - gd-dig now shows a.m. and p.m. solution to avoid confusion, and users can give either answer.","shortMessageHtmlLink":"Code improvements"}},{"before":"4fbbd8e642c002dd65e101f13855d618a6563bc9","after":"eb2f8343c73fd71ffb7aa52c566cc13abb8ce023","ref":"refs/heads/main","pushedAt":"2023-03-18T14:31:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Menu options update","shortMessageHtmlLink":"Menu options update"}},{"before":"87421ba65c18b029a975b00846514e0fc111d3aa","after":"4fbbd8e642c002dd65e101f13855d618a6563bc9","ref":"refs/heads/main","pushedAt":"2023-03-18T14:21:18.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"New lesson (time), split lesson numbers/plurals\n\nNew lesson to learn how to say the time\nSplit the lesson numbers/plurals into \"numbers\" and \"plurals\"\nNumeric lessons now have a \"translate\" menu option (digits-gd and gd-digits)\nFunction to get the Gaelic for a number has been moved to is_utility","shortMessageHtmlLink":"New lesson (time), split lesson numbers/plurals"}},{"before":"ab028fd7822f0f2cedf64e12430d2e2596f353ac","after":"87421ba65c18b029a975b00846514e0fc111d3aa","ref":"refs/heads/main","pushedAt":"2023-03-14T14:13:44.046Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sourzo","name":null,"path":"/sourzo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114289828?s=80&v=4"},"commit":{"message":"Merge pull request #1 from alasdairnicol/patch-1\n\nFix link to repo","shortMessageHtmlLink":"Merge pull request #1 from alasdairnicol/patch-1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADHQPdyAA","startCursor":null,"endCursor":null}},"title":"Activity · sourzo/IonnsaichSeo"}