memeLab / Jandig

Web AR served as a PWA to enable artists to expose and share virtual content in real spaces.
http://jandig.app
GNU General Public License v3.0
56 stars 21 forks source link

[REVIEW] - Add link to create an artwork when there is no artwork #485

Closed durvalcarvalho closed 2 years ago

durvalcarvalho commented 2 years ago

Description

While I was populating the development environment, I noticed that the form for creating an exhibition asks to select artworks, but since there was none, it was a meaningless form.

I added a condition in the form code to redirect the user to the artworks form in scenarios where there are no artworks.

Before After

Have you confirmed the application builds locally without error? See here.