Commit Graph

74 Commits

Author SHA1 Message Date
Martin Sosic
a0b7477d19 Renamed all references to master branch into main branch. 2022-02-08 15:34:32 +01:00
Shayne Czyzewski
f9ff48824b
Update Waspleau example and blog post to use new Analyzer syntax (#443) 2022-01-31 11:41:47 -05:00
Martin Šošić
a4ab848c0b
Update Notes.md 2022-01-21 21:05:09 +01:00
Martin Šošić
8d2c33ab28
Replace Wasp with AppSpec and Parser with Analyzer. (#423) 2022-01-20 11:45:14 +01:00
Matija Sosic
f463f75ab8 [Waspello] cleanup - removed unused query. 2022-01-12 16:47:05 +01:00
Shayne Czyzewski
86441c8cee
Basic MVP of Waspleau example (#412) 2021-12-22 10:06:39 -05:00
Vinícius Andrade
dfd6773cc1
Fixed lint errors in Todo Tutorial (#349)
* Fixed lint errors in waspc Todo example

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>

* Fixed lint errors in example TodoApp

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>

* Fixed lint errors in todo app docs

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>
2021-11-08 14:19:15 +01:00
Matija Sosic
f57a492345 renamed trello example to waspello. 2021-10-11 14:03:03 +02:00
Matija Sosic
3561b58aac Implemented v1 of Waspello. 2021-10-06 16:36:35 +02:00
Martin Sosic
0785378a53 Added information on where the examples are deployed. 2021-10-06 16:16:41 +02:00
Martin Sosic
5606cc3751 Added feedback to examples/thoughts README.md. 2021-07-13 21:10:42 +02:00
Martin Sosic
a37600ad0c Connected thoughts and tags to user. 2021-07-13 21:09:18 +02:00
cursorial
a67c3f07c1
refactor(examples:thoughts): Create reusable tag component (#255)
Fixes #252

Co-authored-by: Michael Curry <michael.curry@thebeansgroup.com>
2021-06-17 10:25:03 +02:00
cursorial
7207d98c7a
refactor(examples:thoughts): Create a reusable Layout component for page layout (#253)
Fixes #252

In order to remove duplication for the TopNavbar and the TagsSidebar on
these pages we need a base Layout component. This PR eliminates the
duplication we were seeing before.

Co-authored-by: Michael Curry <michael.curry@thebeansgroup.com>
2021-06-16 14:32:10 +02:00
Michael Curry
2c417ee188 Clean up lint errors in Thoughts
Removed unused imports, variables and functions from Thoughts source files
2021-05-31 21:11:01 +02:00
Martin Sosic
62d5049f7e Implemented first version of 'thoughts' example app. 2021-05-14 15:00:43 +02:00
Martin Šošić
f9e8f88b66
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev.
- `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`.
- Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`.
- Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this.
- PostgreSQL can now be used for local development.
- We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 14:06:25 +02:00
Martin Sosic
f0c728dfbb Simplified tutorial/TodoApp to not use React-controlled component for creating new Task. 2021-04-07 17:04:34 +02:00
Craig McIlwrath
82ea947981
Add ext/.waspignore file (#196) 2021-03-03 09:35:27 +01:00
Martin Sosic
15cd82a302 Tiny fix in tutorial TodoApp (<p> that had complex stuff in it). 2021-02-22 21:30:00 +01:00
Matija Sosic
e83f745f45 RWA: fixed 'read more' button. 2021-02-10 16:32:16 +01:00
Matija Sosic
446e0735c9 RWA: set global-feed tab to be opened by default. 2021-02-10 16:25:43 +01:00
Matija Sosic
2cefd236a7 RWA example: temporarily disabled adding tags because of Prisma error. 2021-02-10 15:59:49 +01:00
Matija Sosic
4bd68ee56b Added material-ui to RWA example. 2021-02-10 14:33:26 +01:00
Martin Sosic
e7669f3dc3 Removed redundant signUp action from the TodoApp tutorial. 2021-02-08 19:48:56 +01:00
Martin Sosic
6abcf496c4 Fixed migrations not being copied on 'wasp build'. 2021-02-04 17:45:38 +01:00
Matija Sosic
68155711e8
Implemented FE ACL & updated the examples. (#165)
* Implemented FE ACL & updated the examples.

* PR fixes, fixed tests.
2021-02-01 16:32:07 +01:00
Matija Sosic
88fd891495 small cleanup of TODO example. 2021-01-28 11:53:34 +01:00
Matija Sosic
242c51f6a8
Made auth more flexible - not generating pages & routes anymore, just the forms. (#161) 2021-01-25 19:39:50 +01:00
Martin Sosic
ec015c1357 Final polishing of first version of RWA. 2020-12-01 18:48:39 +01:00
Martin Šošić
e9f4af07d7
Update examples/realworld/README.md
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:28:28 +01:00
Martin Šošić
32f7736395
Update examples/realworld/README.md
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:27:31 +01:00
Martin Sosic
0eaebec479 RWA now uses new 'create user' feature. 2020-12-01 15:19:45 +01:00
Martin Sosic
6a4469c370 Merge branch 'master' into realworld 2020-12-01 11:54:57 +01:00
Martin Sosic
3877ef27e9 Structured files better. 2020-11-30 18:11:48 +01:00
Martin Sosic
c1615656ad Updated README with experiences while developing RWA. 2020-11-30 17:53:21 +01:00
Martin Sosic
9762e85dbf Finished implementing pagination for articles. 2020-11-30 15:00:32 +01:00
Martin Sosic
10450e55a8 Started working on pagination. 2020-11-27 22:52:38 +01:00
Martin Sosic
06ad27192f Organized operations into multiple files. 2020-11-27 21:47:12 +01:00
Martin Sosic
49f7684141 Implemented articles lists on home page. 2020-11-27 18:49:54 +01:00
Martin Sosic
804e3ef37d Added following other users. 2020-11-27 16:10:02 +01:00
Martin Sosic
cdb7484279 Tags are working again! 2020-11-27 14:25:47 +01:00
Martin Sosic
57412b8b3c Added favorited articles. 2020-11-26 22:48:35 +01:00
Martin Sosic
609bb19846 Added popular tags to homepage. 2020-11-26 16:35:38 +01:00
Martin Sosic
5c63faaab8 Tags can now be deleted. 2020-11-25 22:33:48 +01:00
Martin Sosic
c58234650c progress 2020-11-25 18:27:41 +01:00
Martin Sosic
d6a1287c97 Added tags to articles. 2020-11-25 16:25:26 +01:00
Martin Sosic
2dff4efe10 Added comments. 2020-11-24 22:57:14 +01:00
Martin Sosic
7f3ccb8af6 Added article slug. 2020-11-24 21:11:37 +01:00
Martin Sosic
08238e69b2 Made more progress. 2020-11-24 20:39:36 +01:00