Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheerlox/ash_manage_relationship_update_repro_phoenix


https://github.com/sheerlox/ash_manage_relationship_update_repro_phoenix

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# AshManageRelationshipUpdateRepro (Phoenix LiveView)

Needs a running PostgreSQL DB, see [`config/config.exs`](./config/config.exs).

```
mix do deps.get, deps.compile
mix do ash_postgres.create, ash_postgres.migrate
mix phx.server
```

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Files

### LiveView

- [profile's `form_component.ex`](lib/ash_repro_web/live/profile_live/form_component.ex)

### Resources

- [`profile.ex` (main)](./lib/ash_repro/profiles/profile.ex)
- [`user.ex` (managed)](./lib/ash_repro/accounts/user.ex)