Changelog
- 2024-10-14
v4.0
- React + Node → Next.js
- ant.design v4.0 → ant.design v5.0
- self-made Auth → Auth.js
- added logs
- added a monetization page
- added consumption report, call detail records & monetization page
- added dozen quality-of-life features
- 2024-02-14
v3.1
- added the scheduledTermination endpoint from SUSE which allows to set an endDate for a subscription
- changed the implementation of tracing. you now need to enable it every time you want to use it
- added area validation in the Project Details page. Invalid areas are highlighted. Valid areas now offer a linkout to geojson.io
- changed the actions buttons in the project details table. They do not have text anymore. Also changed the behaviour of the Tracing button. Simply click it.
- 2023-12-08
v3.0.1
- adding unknown info when no info is available
- changing table size do disable horizontal scroll
- 2023-10-11
v3.0
General changes
- removed the /projects tab in the navigation and added the functionality in the /users tab
- re-arranged the url-schema: /users/:userId/projects/:projectId
- added the /status page (find in footer) where you can see the current status of SUSE, UIDS and GEORG
- added a download button to get a list of all subscribers of a product as csv file
- fixed some security findings (SecHub + BlackDuck)
- removed the celebration button (confetti)
Implementation of the UIDS (User Identificaton Service)
- Important notice: not all email addresses are currently in our database.
- search for emails in the SuperSearch (making it even more super)
- search for emails in the User page
- display information about specific users in the UserDetail page
- display emails in the product detail page (aka which users use my product)
Implementation of the GEORG Service (GeoJson Service)
- added /areas where you can add, modify and delete areas
- 2023-06-05
v2.3
- the product list in the Subscription Maker is now grabbed from the API and enriched with manually groomed data. Newly created APIs are now available directly (and might end up at the end of the list).
- fixed a bug that prevented the usage to be testing when creating new projects
- 2023-03-31
v2.2.1
- various security relevant features
- quarterly user access check
- 2023-03-24
v2.2
- added list of subscriptions for a product
- 2023-02-28
v2.1
- added an environment switch for users with the right roles
- added various products
- fixed a bug that prevented whitelisted endpoints and scopes to be displayed in product detail pages
- now displays if a product needs Custom Client Identification in Products Detail page
- 2023-02-01
v2.3
- new design
- Navbar items not show which tab is active
- 2022-12-06
v1.2.1
- You can now use the Logout functionality
- Single product subscriptions within a project can now be traced (IT internal function)
- 2022-11-28
v1.2
- You can now (re-)generate credentials within a project
- Domain change: You can now (only) access the Wizard via the official mercedes-benz.com domains
- https://wizard-dev.developer.mercedes-benz.com/
- https://wizard.developer.mercedes-benz.com/
- 2022-11-09
v1.1.2
- Subscription State is now limited to active and suspended.
- Added Energy Data MDS, Micro Weather MDS and Traffic Signs MDS to the product list
- fixed a Bug that stopped you from making a Subscription after another
- made it harder to delete a subscription (new modal)
- made it harder to delete a project (new modal)
- added loading state to Put CustomClientIdentification and Put Subscription State
- 2022-11-08
v1.1.1
- Product list can now be filtered. Filter for mbdev products is set from start
- fixed a bug where the purpose URL could not be empty and was not updated
- Usage is now automatically set to whatever the project had as a usage before
- Added a notification if user tries adding a product to a project that already is subscribed
- added Vehicle Images Video Business as a product
- 2022-11-07
v1.1
- First version of SuperSearch implemented
- You can now edit the Subscription State of a product subscription
- You can now edit the Custom Client Identification of a product subscription
- The edit Project Details flow is now in a Modal (popup)
- You can now create Subscriptions from Project Detail pages
- Added lots and lots of error Notifications
- Project creation for user now in Modal (popup)
- Subscription Maker product list is not searchable
- 2022-11-02
v1.0
- added: Home, Welcome, Projects, Project Details, Products, Product Details, Users, User Details
- added: FAQ, Privacy Statement, Imprint, Cookie Statement
- added: create Subscription, modify Subscription, delete Subscription
- added: create Project, update Project, delete Project
- added: set Usage, set Custom Client Identification
- added: Input validation in Frontend