• Progress has been slow to start with, but that should now speed up

    I have finished the authorizer, and moved the storage system to Postgres from Dynamo, the main reason for that is that a lot of the data is relational so it makes sense to put it in a relational database

    Nest

    This is the service where all CRUD operations take place, it is also what triggers Hive

    Hive

    This is the service that works out what to do with a bug, is it a new one, has it happened before, is it happening frequently, it also triggers the notification system

    bugfixes projects Created Tue, 07 Jan 2020 14:55:05 +0100
  • I have decided to go back to BugFix.es and re-start development

    mainly this is due to me needing a common bug/issue tracking system (this is not a ticket system like jira)

    BugFix.es tracks bugs, so if a bug is sent to the system and it hasn’t been seen before or was seen a long time ago, or is happening a lot in a short period of time it creates a ticket / notification so development on it can be tracked/done

    bugfixes projects Created Thu, 05 Dec 2019 14:55:05 +0100
  • Added a very (stupidly simple) editor to static generator

    All it does is let me create new entires, doesn’t allow editor, if I make a mistake I have to start again

    and I can’t edit any old filess


    GitHub Link

    Home

    Created Thu, 28 Nov 2019 14:55:05 +0100
  • Started a index generator, all it does is reads the projects and blog directory,

    • if there are pages in the project folder
      • current folder, add to that section
      • past folder, add to that section
    • if its in blog folder it adds those to that section

    Very simple, I’ll add more features in future, but this is just very simple


    Home

    Created Thu, 28 Nov 2019 14:55:05 +0100
Previous