shizuko-akamoto / Trecipe

CPSC 436I Project (2020S)
1 stars 3 forks source link

Public trecipe #124

Closed knox153 closed 4 years ago

knox153 commented 4 years ago

Closes #107 Closes #70

Trecipe page

If user is not signed in, the following items are hidden:

If user is signed in and do not own the Trecipe:

Map page

If user is not signed in, the following items are hidden:

If user is signed in and do not own the Trecipe:

Redirect

Some of the Trecipe actions will now redirect the user to another page:

Duplicating Trecipe

A small change:

Server

~Some new endpoints are added for retrieving public Trecipe using uuid without authentication~ Updated the endpoints to use optional authentication instead.

TODO