tamato
tamato copied to clipboard
The Tariff Management Tool (TaMaTo) stores and manages the tariffs and controls that are applied on imports and exports at the UK border. 🍅
# TP2000-1279 upgrade python to 3.11 ## Why ## What - removed `django-fakeredis` as no longer supported and uses deprecated internal method used in `unittest.mock` - added `fakeredis` and configured...
TP2000-1337 Integrate playwright automation library to tap ## Why This PR introduces end to end testing into our application using Playright ## What - Sample test under tests/e2e path -...
# TP2000-1279 Upgrade to Python version 3.10 ## Why Platform migration requires a minimum of Python version 3.9. ## What This PR: - Provides an initial, intermediate upgrade step unblocking...
# TP2000-1264: Add new duty sentence parser to forms ## Why * The new duty sentence parser had not yet been hooked up to fields that required it in forms...
# TP2000-1273 Upgrade Psycopg - Draft PR DNM ## Why As part of the prep work for migrating from Govuk Paas to DBT Paas, we upgraded Postgres from v12 to...
# TP-??? Your PR title here ## Why ## What
# TP2000-1129 Reference Documents MegaBranch - Do Not Merge ## Why This branch holds a quick clattered together template for the Reference Documents initial work. It only has working templates...
# TP2000-1218: React multiselect for user assignment ## Why * Nicer UX for assigning multiple users to a workbasket ## What * Adds react-select library and replaces vanilla select element...
# TP-??? Your PR title here ## Why ## What
# TP-2000-396 - Use current() instead of approved_up_to_transaction() in codebase ## Why approved_up_to_transaction() is largely redundant and the functionality that it holds instead sits under the current function instead. Instead...