Giter Site home page Giter Site logo

icssc-website's People

Contributors

aaronlam1004 avatar alexanderl19 avatar annachanna avatar chasec99 avatar dependabot[bot] avatar kevinwu098 avatar ryanmohta avatar siravent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

icssc-website's Issues

Refactor CSS Stylings

Many of the same styles were used in multiple SCSS files. It would be better to move them all onto global. Example would be the "Headers" of each page.

Use SASS

Use SASS for better management of the style!

fix: Handle events without Images

Currently, events are formatted like this:

        {
            "src":"/assets/img/events/internpanel.jpg",
            "title":"Internship Panel",
            "time":"Wednesday, October 18th, 2023",
            "location": "DBH 6011 7- 8 PM",
            "desc": "Looking for advice in applying for internships this application season ❓ Come meet our panelists and receive insight/listen to personal experiences about the application process at our ICSSC Internship Pane!"
        },

Every other field can be empty, but Next's Image element requires that an image, passed as src be given to it. We could handle this in a handful of ways, but a simple Image Not Found placeholder (possibly with a cute Anteater) would do.

Something like: src={src ? src : imgNotFound}

Project has both package-lock.json and yarn.lock files.

The icssc-website repo has both a package-lock.json and yarn.lock file.
This is suboptimal because it can create edge cases where two versions of dependencies are used to develop, test, and deploy the site.

We've been adopting pnpm throughout ICSSC Projects. Switching to pnpm, or removing either package-lock.json and yarn.lock would solve this issue.

feat: Add support for multi-day events

I also noticed, while looking at events.json, that neither of our methods work for multi-day events like WebJam, so I’m thinking we could get around this by splitting up the time property in each event object into separate startTime and endTime properties, and figure out a good way to represent it in the front-end depending on whether it’s a single or multi-day event. Might be something for a future PR though, since it’s a bit more complex

Originally posted by @ryanmohta in #88 (comment)

This would include updating events.json and the UI for the events page for multi-day events.

Replace Image tags

Throughout all the files, replace the Next.js Image component into img tags

Refactor Events Page

{
    "current": [
        {
            "src":"/assets/img/events/event_icsscfair.jpg",
            "title":"ICSSC at AIFs",
            "time":"Monday, September 25th, 2023",
            "location": "Aldrich Park 11AM -4 PM",
            "desc": "💻 Interested in Computer Science? Want to get involved in the ICS community here at UCI? 🧑‍💻Come talk to the Information and Computer Science Student Council at AIF this Monday, September 25th at AIF from 11 am to 4 pm! Meet our board members, learn about new opportunities 👀, and learn about upcoming events 📅!"
        }
    ],

    "past": [
        {
            "src":"/assets/img/events/event_microtalk.png",
            "title":"ICSSC's Micro Talks",
            "time":"Wednesday, May 10th, 2023",
            "location": "ICS 428 7-8 PM",
            "desc": "ICSSC Events Committee ran out of ideas! 🫵 So you’re the next event! Steal the stage (aka front of ICS 428) with a 1-2 minute microtalk on anything you want: your hopes, dreams, passions, among us victories, or a random topic from our wheel 🎡"
        }
    ],

Currently, events.json is split into current and past; it's accessed with EventsData.past.map() and EventsData["current"].map(), but this requires manual updating from current -> past. We can clean this up by filtering based on date.

Additionally, some TLC on events.js would be solid!

Humans of ICS Page

Bring back the Humans of ICS page as well as its archives. Archives are found here.
The page would be under the About dropdown in the nav,

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.