Git Product home page Git Product logo

lchs-go-new's People

Contributors

apricitine avatar aschmitigal22 avatar awesomehaze avatar elizaj04 avatar lciteam avatar mark-crichton avatar mc-atom avatar pix-code avatar

Stargazers

 avatar  avatar  avatar

lchs-go-new's Issues

LCHS Go [BETA] Issue Report

What is the bug affecting?
a

What is the issue or missing thing?
a

Is there any additional info you would like to add?
a

Multiple notifications

Hello, I've found that at the end and beginning of periods/events, I get notified more than once. Not sure if this is why, but in vueScript.js, the update function can reset the notified variable (line 150), possibly allowing sendNotification to send another notification. Thanks

image

Scrolling on smaller displays

When on a smaller display the top and bottom can get cut off and you can't scroll. This may have something to do with the 'app-container' class and its height set to 100vh.

LCHS Go Issue Report

What is the bug affecting?
not accurate with pilot schedule

What is the issue or missing thing?
shows the wrong times

Is there any additional info you would like to add?
fix it.

The page needs to reload when the day changes

Currently, the page doesn't reload when the page changes and this is not good because the day JSON only has the periods for the current day, and in order for it to get the periods for the next day, it needs to reload.

In the update function at line: 94 in vuescript.js

update() {
    if (!this.currentPeriod.isCurrent()) {
      if (this.currentPeriod.start.day() != dayjs().day()) {                         <<<
         location.reload();                                                          <<<
      }                                                                              <<<
      this.updatePage = false;
      periodListComponent.listPeriod.forEach((p) => {
        if(p.isCurrent()) {
          this.currentPeriod = p;
        }});

      setTimeout(() => { this.updatePage = true; }, 10);
    }
}

LCHS Go [BETA] Issue Report

What is the bug affecting?
think it works

What is the issue or missing thing?
github

Is there any additional info you would like to add?
no

LCHS Go Issue Report

What is the bug affecting?
Part of the page doesn't show up or displays incorrectly

What is the issue or missing thing?
Time showed when the extension is pinned to chrome is often incorrect

Center Calendar Popout

Right now, the popout is set so that the top element is always in the center:
image
image

It would be preferable to center the entire popout as opposed to the first element in the list.

LCHS Go Issue Report

What is the bug affecting?
Part of the page doesn't show up or displays incorrectly

What is the issue or missing thing?
its just showing wrong time

LCHS Go Issue Report

What is the bug affecting?
Final Test

What is the issue or missing thing?
nothing hopefully

go.lciteam.club not updating synchronously with betago.lciteam.club

it seems like the betago subdomain receives updated files just fine but the go subdomain doesn't seem to update for some reason. this might have to do with the cloudflare cache (which i've cycled multiple times but it doesn't seem to change anything) or maybe firebase settings. since the code should be the same for both domains, it's likely a cloudflare or firebase issue

see screenshots below:
Screenshot 2024-01-09 12 46 07 PM

the above is the betago domain which is working fine

Screenshot 2024-01-09 12 48 56 PM

the above is the go domain which doesn't sync up

LCHS Go [BETA] Issue Report

What is the bug affecting?
oop-

What is the issue or missing thing?
githubToken was ghToken

Is there any additional info you would like to add?
nope, hope it works now fr

Migrate settings from the old go

To ease migration to the new go, we should detect if the user has settings from the old go and translate them into the new go's settings

LCHS Go Issue Report

What is the bug affecting?
Add or change something with the calendar

What is the issue or missing thing?
Bell scedule in the app does not display properly, however notification number does reveal correct time remaining.

Time zones

This doesn't take time zones into account yet

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.