Skip to content

Commit 87c7cd6

Browse files
author
Gérard Collin
committed
fix: Reworked screenshots
1 parent 9f4d640 commit 87c7cd6

14 files changed

Lines changed: 8 additions & 7 deletions

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Demo applications can be seen here:
3939
---
4040

4141
## News
42+
- ***2026-03-31:*** Try our [AI based application generator!](https://dont-code.net/dashboard/repo/default?action=generate). You can now just describe the application you want, and it will generate it based on the ng-xtend framework & plugins !
4243
- ***2026-01-27:*** Added repository with multiple examples of ng-xtend usage. => [ng-xtend-examples](https://github.com/dont-code/ng-xtend-examples)
4344
- ***2026-01-04:*** Version 0.5.5, supports for many to one references
4445
- ***2025-11-02:*** Added support for actions, allowing plugins to add features dynamically, and added the agenda plugin, with support for recurrent tasks
@@ -74,8 +75,8 @@ Currently, ng-xtend supports four major extension points:
7475
Here are screenshots of an application automatically handling list, view and edition of complex data (evaluations of coffee beans) using ng-xtend, a [dont-code application](https://dont-code.net/){target="_blank"}, and the [default plugin](https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-default) and [web plugin](https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-web)
7576
You can see how the different plugins work together without knowing each other. Even the host application does not know them.
7677

77-
![List view screenshot](docs/screenshots/xt-host-list-view-split.png)
78-
![Edit object screenshot](docs/screenshots/xt-host-edit-view-split.png)
78+
![List view screenshot](docs/screenshots/revamped-dont-code-list-split.png)
79+
![Edit object screenshot](docs/screenshots/revamped-dont-code-edit-split.png)
7980

8081
### 🛠️ Plugin Tester
8182
Curious about how plugins are dynamically injected? Try the dedicated tester:
@@ -93,9 +94,9 @@ Curious about how plugins are dynamically injected? Try the dedicated tester:
9394
- [x] Remote dynamic loading
9495
- [x] Action components support
9596
- [ ] Workflows
96-
- [ ] Enhanced modelization support
97+
- [-] Enhanced modelization support
98+
- [x] AI application generation
9799
- [ ] **v1.0 Release!** 🏁
98-
- [ ] AI application generation
99100
- [ ] Enhanced plugin isolation
100101
- [ ] v2.0 & beyond
101102

-14.5 KB
Loading
75 KB
Loading
86.6 KB
Loading
73.1 KB
Loading
88.3 KB
Loading
59.3 KB
Loading
107 KB
Loading
89 KB
Loading

docs/ng-xtend-website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h2 id="key-features">Key Features</h2>
342342
<h2 id="see-it-in-action">See it in Action</h2>
343343
<h3 id="coffee-bean-evaluation">Coffee Bean Evaluation</h3>
344344
<p>A real-world example showing list, view, and edition flows powered entirely by dynamic plugins.</p>
345-
<p><a href="https://dont-code.net/apps/latest/host/?project=Coffee%20Beans%20Evaluation"><img src="docs/screenshots/xt-host-list-view-plugins.png" alt="Coffee Bean Evaluation" /></a></p>
345+
<p><a href="https://dont-code.net/apps/latest/host/?project=Coffee%20Beans%20Evaluation"><img src="docs/screenshots/revamped-dont-code-list.png" alt="Coffee Bean Evaluation" /></a></p>
346346

347347
<h3 id="other-demos">Other Demos</h3>
348348
<p>More live demo applications are available here:</p>
@@ -422,7 +422,7 @@ <h2 id="examples">Examples and use cases</h2>
422422
<p>ng-xtend is built to support real-world scenarios where several plugins collaborate together without tight coupling.</p>
423423
<p>Here are screenshots of an application automatically handling list, view, and edition of complex data using ng-xtend, a <a href="https://dont-code.net/" target="_blank" rel="noreferrer">dont-code application</a>, and the <a href="https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-default" target="_blank" rel="noreferrer">default plugin</a> and <a href="https://github.com/dont-code/ng-xtend/tree/main/plugins/xt-web" target="_blank" rel="noreferrer">web plugin</a>.</p>
424424
<p>You can see how the different plugins work together without knowing each other. Even the host application does not know them.</p>
425-
<p><img src="docs/screenshots/xt-host-list-view-split.png" alt="List view screenshot" /> <img src="docs/screenshots/xt-host-edit-view-split.png" alt="Edit object screenshot" /></p>
425+
<p><img src="docs/screenshots/revamped-dont-code-list-split.png" alt="List view screenshot" /> <img src="docs/screenshots/revamped-dont-code-edit-split.png" alt="Edit object screenshot" /></p>
426426
</section>
427427

428428
<section>
@@ -564,10 +564,10 @@ <h2 id="roadmap">Roadmap</h2>
564564
<li><label><input type="checkbox" checked="" />Strong type support</label></li>
565565
<li><label><input type="checkbox" checked="" />Remote dynamic loading</label></li>
566566
<li><label><input type="checkbox" checked="" />Action components support</label></li>
567+
<li><label><input type="checkbox" checked="" />AI application generation</label></li>
567568
<li><label><input type="checkbox" />Workflows</label></li>
568569
<li><label><input type="checkbox" />Enhanced modelization support</label></li>
569570
<li><label><input type="checkbox" /><strong>v1.0 Release!</strong> 🏁</label></li>
570-
<li><label><input type="checkbox" />AI application generation</label></li>
571571
<li><label><input type="checkbox" />Enhanced plugin isolation</label></li>
572572
<li><label><input type="checkbox" />v2.0 &amp; beyond</label></li>
573573
</ul>

0 commit comments

Comments
 (0)