GithubHelp home page GithubHelp logo

binteezyy / faculty-load-manager Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 4.46 MB

This is a web app that automates faculty load generation and assignment depending on faculty preference. This utilized Django, Data Tables, AJAX, Python Scripting, etc.

Python 6.76% HTML 92.98% CSS 0.17% JavaScript 0.09%

faculty-load-manager's People

Contributors

binteezyy avatar dependabot[bot] avatar jjspscl avatar kkshinichi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jjspscl

faculty-load-manager's Issues

{% for v,time in times %} design is vertical, convert to horizontal

I'm converting Table on Preferred Time, here's the current snippet:

        <h5>Preferred Time</h5>
        <div class="container">
            <table>
                <tr>
                    {% for val,day in days %}
                    <th>{{ day }}</th>
                    {% endfor %}
                </tr>
                {% for val,day in days %}    
                {% for v,time in times %}
                <tr>
                    <td><input type="checkbox" name="timedays" value="{{val}}-{{v}}">{{ time }}</td>
                </tr>
                {% endfor %}
                {% endfor %}
            </table>
          <div class="row">
            <div class="row p-2">
              <br>
              {% for val,day in days %}
              <div class="col-sm">
                {{ day }}<br>
                {% for v,time in times %}
                <div class="checkbox p">
                  <label><input type="checkbox" name="timedays" value="{{val}}-{{v}}">{{ time }}</label>
                </div>
                {% endfor %}

              </div>
              {% endfor %}

            </div>
          </div>
        </div>
        <hr>

      </div>

div class=checkbox p results is vertical (which generates on every row before going to another column), but <table> needs to generate per column before going to another row. Please do convert this as I'll be using tables for the frontend. For details and clarifications, please do contact me. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.