-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an artist, I want to be able to test an artwork easily, so I can see it before including in an exhibition. #232
Comments
Scope check: |
Please, describe how you solved the problem. |
Firstly, I made a .../artwork URL, then a view to pass the context to this page. In the view, it gets the artwork's ID from the request, then uses the filter ( Object.objects.filter(id=X) ) method to return the artwork with said ID to the context that will be sent to the exhibit page (the exhibit.jinja2 file), thus making an AR scene with only one marker and one object the same way it's done in the actual exhibit page. Thereafter, I added a preview button on the "my artworks" section that leads the user to this artwork's page. The front-end was messed up, but the issue is ok |
The button should also be on the individual artwork's page. "See on AR viewer." |
on the "see all artworks"? |
So that you can see the artwork before even including it in the database? |
I was creating an issue right now about this. When you edit an artwork, it should show "Edit Jandig Artwork", but right now it shows the creation page. Consider that this is the edit page. |
I created #307 to deal with what I described above. |
All right. Should I redirect it to the creation page as #307 isn't finished? |
Yes
…On Mon, 10 Feb 2020, 17:58 Sharkaroid, ***@***.***> wrote:
All right. Should I redirect it to the creation page as #307
<#307> isn't finished?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#232?email_source=notifications&email_token=AAH4ULGP6HKW7AIOPP4DNI3RCG5VZA5CNFSM4IDSAMO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELKHWGY#issuecomment-584350491>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH4ULAS3IVMXPVE3HYFCMTRCG5VZANCNFSM4IDSAMOQ>
.
|
Right now, to an artist to test an artwork s/he needs to create an exhibition. If s/he wants to improve the content, s\he needs to delete the exhibition and the artwork, and then update (or create) a new object (or marker), and then create the artwork and exhibition again.
An artist needs to be able to test an artwork without creating an exhibition.
The way it is now, every artist is automatically a curator because it needs to test their own work, so the "Jandig Curator" count isn't accurate.
I propose to have URLs https://jandig.app/artwork/XXX where XXX is the name of the artwork.
The text was updated successfully, but these errors were encountered: