Template source: beta-testing.html

{% extends "base.html" %}
{% load compress staticfiles i18n %}
{% get_current_language as LANGUAGE_CODE %}

{% block page_title %}
    Beta Testing
{% endblock %}

{% block content %}
  <div class="video_wrapper">
    <div class="video_overlay">
      <div class="container">
        <div class="row">
          <div class="col-md-12 beta_testing_title">
            <h2>Your Feedback</h2>
          </div>
          <div class="col-md-12 beta_testing_wrapper">
            <p>Blaenks is still in the Beta Testing Phase and we would love to hear your feedback.Here is what we would like you to do:  Please take a second to set up your own profile, upload an artwork to your portfolio and browse the platform itself. </p>
            <div class="row beta_testing_send_mail">
              <form class="form-group" method="post" action="{% url 'fearfront:beta-testing'%}">
                {% csrf_token %}
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>1) What do you do?</h3>
                    <p>depending what is your field of creativity, we can evaluate your feedback. A make-up artist might put the focus on other things then a dj or a director might.</p>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12">
                    <textarea name="what_do_you_do" class="form-control" rows="4" id="" placeholder=""></textarea>
                  </div>
                </div>
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>2) Does the platform explain itself?</h3>
                    <p>Do you know what's the idea behind this platform and what you can use it for - just from looking at it? How long did it take you to understand it?</p>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12">
                    <textarea name="platform_explaination" class="form-control" rows="4" id="" placeholder=""></textarea>
                  </div>
                </div>
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>3) Does it feel good to browse the platform and work with it?</h3>
                    <p>Are the buttons in the right place and have the right names on it - or does it feel stiff and upside down. If so why is that? Please explain the buttons or functions that leave u guessing or that do not make any sense to you. Did you find yourself lost at some point?</p>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12">
                    <textarea name="platform_feeling"  class="form-control" rows="6" id="" placeholder=""></textarea>
                  </div>
                </div>
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>4) Did you find any bugs?</h3>
                    <p>Are there any mistakes or flaws that u found during your time using the platform. Where did you get stuck or the result was plain wrong?</p>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12">
                    <textarea name="platform_bug" class="form-control" rows="3" id="" placeholder=""></textarea>
                  </div>
                </div>
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>5) What functions would you like to see in the future?</h3>
                    <p>Thinking of this as a platform for creative collaboration, what functions do you want us to build into it? We are in the very beginning and since you will be the one using it, your feedback is important to us.</p>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12">
                    <textarea name="platform_future" class="form-control" rows="5" id="" placeholder=""></textarea>
                  </div>
                </div>
                <div class="form_group_item">
                  <div class="col-md-5 col-sm-5 col-xs-12">
                    <h3>Thank you for your help!</h3>
                  </div>
                  <div class="col-md-7 col-sm-7 col-xs-12 beta_testing_send_mail_submit">
                    <input name="email" type="text" required="true" class="form-control" rows="4" placeholder="your email or user name">  
                    </input>
                    <button type="submit" class="btn">Send feedback</button>
                  </div>
                </div>
              </form>
            </div>
          </div>
          <div class="col-md-12 beta_testing_title">
            <h2>Version History</h2>
          </div>
          <div class="col-md-12 beta_testing_wrapper beta_testing_wrapper_bottom">
            <!-- <p>
              v0.6
              <br>
              - news from favorites in every user's profile
              <br>
              - news from my favorites on start page
              <br>
              - collaborators tab in profile
              <br>
              - api for app
            </p> -->
            <!-- <p>
              v0.7
              <br>
              - somehow connect “Blaenks User” Field and “Displayed Name” Field into one. we have to define the logic. should include the following functions:
              <br>
              <span>- select user from blaenks using blaenks user name</span>
              <br>
              <span>(and an option to display a different name then the user name)</span>
              <br>
              <span>- type a name of a person that is not blaenks user</span>
              <br>
              <span>- invite this person to the artwork via email</span>
              <br>
              - “report abuse” button (or whats the right term to put on this button?)
            </p> -->
            <p>
              v0.5
              <br>
              - new design
              <br>
              <span>- profile design</span>
              <br>
              <span>- start page design</span>
              <br>
              <span>- including fonts into website</span>
              <br>
              <span>- responsive design (mobile)</span>
              <br>
              - add Artworks and Artists to your Favorites list
              <br>
              - more expertise
              <br>
              - collaborators tab in profile
              <br>
              - beta feedback fill out form
              <br>
              - new artwork sizes: big, medium, mini, (invisible)
              <br>
              - numerous optimizations & Bugfixes
              <br>
              - new skills / expertises to chose from
            </p>
            <p>   
              v0.4
              <br>
              - share artwork
              <br>
              - medium size artworks
              <br>
              - login with facebook
            </p>
            <p>   
              v0.3
              <br>
              - browse / search
              <br>
              - show number of artworks
              <br>
              - show number of collaborators
              <br>
              - sort portfolio
              <br>
              - photo gallery as artwork
            </p>
            <p>   
              v0.2
              <br>
              - new start page
              <br>
              - messages
              <br>
              - profile background image
            </p>
            <p>   
              v0.1
              <br>
              - user profiles
              <br>
              - artworks containing youtube & vimeo videos and soundcloud music
              <br>
              - linking collaborators in artworks
              <br>
              - browse section:
              <br>
                <span>- browse / spotlight</span>
                <br>
                <span>- browse / category</span>
            </p>
          </div>
        </div>
      </div>
    </div>
  </div>
{% endblock %}