Skip to content

You Know My Exhibition Name (Look Up on Search)

Latest
Compare
Choose a tag to compare
@vjpixel vjpixel released this 07 Jul 20:11
· 297 commits to master since this release

As the number of Exhibitions grew, it was becoming harder to find them on the drop-down menu. Our main highlight on this release is a search field on the AR Viewer where you can write the name of the Exhibition you want to see.

We had lots of improvements and bugs fixed in this version. Some of them were in the development branch and were just merged in the master branch recently.

This version is being released thanks to the effort of:

@anacforcelli @caue96 @darmsDD @devsalula @discombobulateme @GabrielDVpereira @hockpond @hugonxc @manuengsf @marcos-mv @MatheusBlanco @pablodiegoss @PauloVitorRocha @rodrigocam @shayanealcantara @valessiobrito @victoralvesgomide @vjpixel @WelisonR @ZarathosDeath

🌟 Highlights:

  • Improved login system.
  • Improved Object publication.
  • Improved Marker publication.

🚀 New:

  • Created robots.txt. #291 #390
  • Created specific pages for creation and edition of content. #307
  • Improved visibility of wrong login messages. #314
  • Created issue and PR templates. #324 #375 #391
  • Created button to redirect marker generator. #327
  • Created Software Architecture Document (SAD). #333
  • Blocked the editing of markers and objects used by other people's Exhibits or Artworks. #351
  • Improved code readability. #353 #354 #356 #357 #358 #360 #362 #365 #403 #407 #411
  • Created sliders for object positions. #373
  • Improved titles on Django admin. #392
  • GET methods now have @require_http_methods(["GET"]) decorator. #399
  • Improved password recovery hash. #416
  • Updated Django version dependency. #424
  • Migrated to AWS. #425

🔧 Fixes:

  • Fixed the highlighting of selected items breaking lines. #262
  • Fixed GIFs being rendered as video. #299
  • Fixed slug input for exhibition URL. #318
  • Fixed Mp4 video proportions breaking create artwork; #319
  • Fixed video edit, preview and delete buttons not showing. #320
  • Fixed a wrong calculation that was changing the stored values for the Adjust Scale field. #322
  • Fixed readme incorrect commands. #335
  • Fixed delete content button not working. #342
  • Fixed edit button over delete button. #343
  • Fixed IndexError when trying to access the Collection. #344
  • Fixed password recovery. #374, #396, #398, #401
  • Fixed the Object scale field. #368
  • Fixed tooltip moving form fields. #377
  • Limit files shown to the user when trying to upload an image to Jandig Generator. #418
  • When sending several images in the creation of a marker or object, all of them were visible (and only should be the last one). #420