Skip to content
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

Revamping the DashboardCalendarSelectModal #552

Open
2 of 3 tasks
cbnt7437 opened this issue Nov 15, 2019 · 5 comments · Fixed by #555
Open
2 of 3 tasks

Revamping the DashboardCalendarSelectModal #552

cbnt7437 opened this issue Nov 15, 2019 · 5 comments · Fixed by #555
Labels

Comments

@cbnt7437
Copy link
Contributor

cbnt7437 commented Nov 15, 2019

  • Button to add assignments directly from DCSM (thanks Calynn!)
  • Work blocks for To-Do (thanks Frank!)
  • Toggle option for order- show by due date, class, time needed, etc. (thanks Tobias!)
@tobiasjpark tobiasjpark self-assigned this Nov 15, 2019
@tobiasjpark
Copy link
Contributor

I've got the "toggle option for order" task

@Apexal
Copy link
Owner

Apexal commented Nov 15, 2019

@Apexal
Copy link
Owner

Apexal commented Nov 15, 2019

      <div
        v-for="c in courses"
        :key="c.crn"
        class="panel-block"
      >
        {{ c.title }}
      </div>

@tobiasjpark
Copy link
Contributor

@Apexal Does it make a difference if I use Buefy tabs instead of Bulma tabs? The Buefy ones seem a little easier to work with (plus the modal seems to be a Buefy modal).

@Apexal Apexal added Area: Front End An issue pertaining to the frontend. Difficulty: Intermediate Priority: High A serious issue. Type: Enhancement labels Nov 17, 2019
@tobiasjpark
Copy link
Contributor

Frank and I decided that, at least for now, we are gong to separate everything in tabs based on whether it's an assignment, course block, or todo (rather than sorting by due date, course name, etc which is a little harder to do).

@tobiasjpark tobiasjpark reopened this Dec 9, 2019
@tobiasjpark tobiasjpark removed their assignment Dec 10, 2019
@Apexal Apexal self-assigned this Dec 21, 2019
@Apexal Apexal added this to the Winter Break 2019 milestone Dec 21, 2019
@Apexal Apexal removed their assignment Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants