Releases: SocialGouv/carte-jeune-engage
Releases · SocialGouv/carte-jeune-engage
v0.4.1
v0.4.0
0.4.0 (2024-02-05)
Bug Fixes
- add query params for switch in-store and online on wallet page (1bb029f)
- add validityTo check of offer to coupon getOne and assignToUser routes (68bc183)
- beforeinstallprompt for pwa in default layout and in auth context (4c24d31)
- change custom type in-store / online to offer model kind voucher / code for standardization (9b8a046)
- missing secrets on setup of new dev environnement (eae36e3)
- pwa service worker redirect because of the middleware (8ee6a4b)
- remove chakra theme on admin component (7ef9e6a)
- revert using sealed secret for build cmd for testing purpose (532632f)
Features
- add new wallet page for current users coupons, with loading and no data state and switch between in-store and online offers (06157ad)
- add property used to coupon, hide coupon when used on list and wallet (be217ef)
- add quickAccess to global payload and display quickAccess in homepage (5f81d34)
- begin homepage with list of categories, list of offers, list of partner, fix bg color add categories to bottom navigation (cf712d5)
v0.3.2
v0.3.1
v0.3.0
0.3.0 (2024-01-29)
Bug Fixes
- add close icon to installation banner (15b281c)
- add migrations and new default command for seed (c70d2b3)
- add name of relation instead of id (582288f)
- add papaparse dependency (6bb691b)
- animation export error (4cbeb2f)
- back btn colorScheme (5e13489)
- chakra btn hover state issue on mobile (53804c1)
- change theme color with partner color for offer page and change default color in manifest (b70e321)
- cleanup landing page with login, remove register page and update dependencies for migration issues (dae9d62)
- database connection string (2205fb8)
- env example & readme (a0c9ab3)
- installation banner btn styling (33f041e)
- loading block on offer (c1f6c23)
- missing env variable from configmap (84492f2)
- order offers by partners names (897ffc3)
- readme add docker compose up (e3664d0)
- remove in-store offer card display, remove offer from list if no coupon and remove back btn from login page (b34c06a)
- remove unused cross-env package (cc267ab)
- remove unusued code (4c5e1bd)
- seed cmd in readme (9cbc82d)
- tap highlight color for mobile (b2265a3)
- tmp fix for testing purpose (bd95341)
Features
- add and modify category with new images in seeds, add categories page and dynamic page by category (f7972ec)
- add animation on coupon activation (31a5809)
- add loading spinner for pages categories, offer list and offer (b0c0e2e)
- add logout link on account page (d097ddf)
- add new collection coupon, add url to partner and coupon router (577b02f)
- add toast & tooltip (03ff455)
- attach coupon on activation, add interactivity with current coupon for partner url, copy of coupon code and validity from offer (42168be)
- begin page offer online, default layout cleanup and layout for offer page (dc408bc)
- change from drawer component to modal for offer page (34f19cd)
- coupons import csv with hardcoded offer_id (a2492f1)
- finish static flow for online coupon, fix scroll on categories and list of offers (d51c6c3)
- modal to choose offer when importing coupons (6441d0e)
- use payload REST API to import coupons (a9f41a7)
- wrapper for categories page (b7d5494)
- wrapper for category page (f4e3cdd)
- wrapper for offer page - offer & coupon wrapper - animation exported (fe345d0)
v0.2.0
0.2.0 (2024-01-22)
Bug Fixes
- add env variables to sealed secret (3ebfd2d)
- add seed to README (88e3cd2)
- add SKIP_ENV_VALIDATION on build (d6357c7)
- app sealed secret (7f65785)
- backend to cje-app (eee2c07)
- change configmap for boolean and number to string for env purpose (d370434)
- cje-app to app (6c03b81)
- deps: update dependency @payloadcms/db-postgres to ^0.3.0 (04bdac9)
- deps: update dependency react-icons to v5 (5369dac)
- handle errors on login route (16516c9)
- landing page margin error (3ebf7a2)
- made optional next_url instead of jwt_name (3db3904)
- minor release (d210386)
- name in readme (0092ba3)
- namespace prod (a189a0c)
- readd missng robots staging file (18fb73b)
- readme start (30edfd9)
- reconstruct database_url on production environement (dbfed7a)
- remove args from Dockerfile (962ba39)
- remove custom env lib (1d67a21)
- remove unnecessary configs (80fa2b1)
- remove unused env build var (2d621f5)
- remove unused next_url and get jwt_name from process.env instead of custom env lib (99fb207)
- rename discount collection to offer (2ed6244)
- revert major (421d64f)
- revert major release (6086343)
- tumeplay keyword to cje (3f18224)
- types problem for discounts and categories on populate depth (1b984c3)
- typo health healthz (b729eab)
- use env for jwt name and expose this env var to next public (0115d28)
- user not loaded on first login (0862a0d)
Features
- add .github & .kontinuous folders (a2c0462)
- add api healthz (4dd0e1a)
- add bottom navigation (5fe04eb)
- add category, partner and discount collections, with uploads of images and default seeding (55145d6)
- add Dockerfile to webapp-next (0c585cf)
- add landing page, login with middleware for redirect (a4549b1)
- add next-matomo to project with env variables for environements (6ef5223)
- add options for offline capabalities (c100947)
- add pwa capabilities with next-pwa with manifest and icons and add banner of installation (deb8cae)
- add s3 upload with payload and serve image from s3 (6bc55bd)
- add session of user in trpc context and added protected route handler (bda9532)
- begin page home with list of categories and discounts and add font Marianne (923afcf)
- enhanced getList for category and discount (631a6cd)
- pivot from prisma to payload cms, add layout and begin login and signup (92bd9e8)