File tree Expand file tree Collapse file tree 1 file changed +70
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +70
-1
lines changed
Original file line number Diff line number Diff line change @@ -315,7 +315,76 @@ a 👍. This helps us prioritize what to work on.
315
315
316
316
For any questions and concerns related to using the package, feel free to email us via ` chromogen.app@gmail.com ` .
317
317
<br ><Br >
318
-
318
+ ## Chromogen V5.0 updates
319
+
320
+ ** GUI Overhaul**
321
+
322
+ ** Why?**
323
+
324
+ Hovering GUI blocked functionality of host app
325
+ Recording/downloading interactivity was cumbersome and inflexible
326
+ Suboptimal for CI/CD implementation Buttons not functional
327
+
328
+ ** What?**
329
+
330
+ Discrete Collapsible IDE that allows for real-time observation & manual interactivity of generated tests
331
+
332
+ ** Next steps:**
333
+
334
+ Recording button functionality
335
+ <br ><Br >
336
+
337
+ ** Real-time feed rendering**
338
+
339
+ ** Why?**
340
+
341
+ Generated tests were only accessible as a monolith of text, preventing isolation of individual components’ tests
342
+
343
+ ** What?**
344
+
345
+ IDE updates in real-time as changes of state are recorded
346
+
347
+ ** Next steps:**
348
+
349
+ Test categorization.
350
+ Filter groups of tests by:
351
+
352
+ Initialization vs ΔState Action
353
+
354
+ Description
355
+
356
+ and allow user to select which filter to apply to displayed generated tests.
357
+ <br >
358
+ <br >
359
+ ** CI/CD overhaul**
360
+
361
+ ** Why?**
362
+
363
+ Travis Deprecated; CI/CD not functional
364
+
365
+ ** What?**
366
+
367
+ Re-implemented with Jenkins
368
+
369
+ <br >
370
+ <br >
371
+
372
+
373
+ ** Additional Next Steps**
374
+
375
+ ** Add functionality for Zustand multi-store rendering & Asynchronous state**
376
+
377
+ ** Docker containerization**
378
+
379
+ ** Why?**
380
+
381
+ V 4.0 presented inconsistencies when accessed from different local machines. This hindered team workflow both with development and production-use
382
+
383
+ ** What?**
384
+
385
+ Containerization of app ensures homogenous, improved User/Dev experience
386
+
387
+ <br > <br > <br > <br >
319
388
## Core Team
320
389
321
390
<br >
You can’t perform that action at this time.
0 commit comments