[go: up one dir, main page]

Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.0.1-alpha11

    Changes include:
    - add zip builds
    - add SMTP email support
    - add real IP header pass-through
    - add disabling of Postgres env in Helm chart
    - add delete shopping list from shopping lists page
    - update filtering of shopping lists obtained into backend
    - update and refactor frontend calculations of totals and restructuring into tags
    - fix memory leak with event listeners on shopping list not being removed on destroy
    - fix login form fields naming
  • 0.0.1-alpha10

    Changes include:
    - add shopping list notes
    - add PWA support
    - update frontend dependencies (audit + update)
    - fix migrations bringing across tags
    - fix account button styling
  • 0.0.1-alpha9

    Changes include:
    - add shopping list tags as separate resource; also to item management pages
    - add sslmode for Postgres
    - add environment file location
    - add more shadows and outlines
    - add unavailable page, for if the database connection is lost
    - add functionality of pressing enter on input text boxes to submit forms
    - remove logo placeholder
    - general cleanup
  • 0.0.1-alpha8-2

    Changes include:
    - Fix default shopping list order
  • 0.0.1-alpha8-1

    Changes include:
    - Fix default shopping list order
  • 0.0.1-alpha8

    Changes include:
    - add configuration docs
    - add NetworkPolicy configuration into manifests
    - add API requirement of Accept equal to application/json
    - add configuration to metrics and health ports via env
    - add sorting of shopping lists
    - update Postgres in the manifests to be rootless
    - update shopping list tag length requirements of 25 characters
    - update mapping of public routes in the frontend to be more robust
    - update card hover shadows
    - update the metadata of shopping list item to the bottom of the page
    - fix shopping list add item with tag to display better on smaller screens
    - remove flatname from navbar
  • 0.0.1-alpha7-1

    Changes include:
    - add back fixed navbar on larger screens
    - move price of items with tag below items
  • 0.0.1-alpha7

    Changes include:
    - add helm chart
    - add health endpoints
    - add shopping list item duplicate button
    - add tooltips to some action buttons in shopping list
    - improve mobile friendliness on mobile
        - non-fixed topbar and bottombar for screen widths below or at 330px
        - make text sizes smaller
    - separate metrics endpoints into package
    - fix timezones
    - lint backend code + add more comments
  • 0.0.1-alpha6

    Changes include:
    - add version and about page
    - add settings page (and updating of flatName)
    - add 404s for not found resources
    - add animation for card press
    - add loading animations
    - add skeletons for loading fields
    - add more placeholders
    - update slogan
    - update router-links
    - update no price glyph to be a light red
    - update forgot password page to match the site
    - update login page entry boxes
    - update user account confirm page's messages + tooltip for password + validation
    - fix quantity validation
    - fix list sort ordering for names
    - fix margin for navbar
    - fix field margins
    - remove logging statements
  • 0.0.1-alpha-5-1

    3ee9beec · Fix duplicate list items ·
    Changes include:
    - fix duplicate list items
  • 0.0.1-alpha5

    Changes include:
    - adding of session token resetting
    - adding of sorting list by
      - recently added
      - recently updated
      - quantity
    - adding of password tooltip for password policy
    - adding of more icons
    - adding of tag fetching by list
    - updating of tags
    - updating external resources to load locally
      - icon fonts
      - placeholders
    - fixing of profile group patching
    - fixing of total price per-tag amount + float numbers
    - fixing of stating fields which are optional
    - fixing of password validation
  • 0.0.1-alpha4

    Changes include:
    - add shopping list list title and price fixed bar on scroll
    - add floating add button for pages which have things to add
    - add button icons
    - add saving of list item filters
    - update messages for items empty or not found
    - update base image to be scratch instead of alpine
    - fix consistency in font sizes and styling
    - fix build versioning
    - fix and clean up various styling issues
  • 0.0.1-alpha3

    Changes include:
    - add more validation to datapoints
    - add Prometheus endpoint (`:2112/metrics`)
    - add `PUT` endpoints for user accounts, shopping lists, and shopping list items
    - add backend e2e tests for most endpoints
    - add creating of users without assigned passwords
    - add registering of users via QR codes
    - add frontend caching of various pieces of data to make displaying data smoother
    - add a separate profile and account page, so more areas can be added
    - add account security page for changing password and (WIP) OTP codes
    - add more icons
    - update font sizes
    - fix the storing and reading of birthdays
    - fix flatmates page requiring a reload on page query change
  • 0.0.1-alpha2

    Changes include:
    - the ability to update profiles (self and admin)
    - birthday and phone number now work in user profiles
    - the creation of templated lists based off of the unobtained items
    - fixing of the login screen glitch on smaller screens
    - many placeholders in inputs
    - password confirm validation