Git Product home page Git Product logo

Comments (6)

kzkaneoka avatar kzkaneoka commented on August 14, 2024

Hi @TheBeege, thanks for creating a such nice project!

  • Can I work on this issue? If it is okay, do you want me to add any additional columns for the Series Model other than the columns mentioned in the seed data up SQL file?
  • Also, in the Event Model, should I keep the type of series as any or should I change it as number[]?
  • Lastly, how should I add test cases?

from event_member_management.

TheBeege avatar TheBeege commented on August 14, 2024

Hey @kzkaneoka ! Yeah, I'm looking forward to working together with people on it. Thanks for helping!

  • Yes, I'll assign it to you once I figure out how. Most of my experience is with Jira and Gitlab, so I'll be learning, too. Feel free to add any columns you may think would be needed, and update the migration file as necessary. We'll lock down migrations once I get the system setup; until then, feel free to edit as necessary.
  • In the Event Model, you'll want to change series to a list of SeriesModel objects once you've defined them.
  • I'm working on tests now. I'm having a bit of trouble with mocking, but I hope to have some examples up today or tomorrow.
    Let me know if you have more questions!

from event_member_management.

kzkaneoka avatar kzkaneoka commented on August 14, 2024

Hi @TheBeege, thanks for assigning! Two more questions :)

  • Which branch should I create PR for? master or feature/infra?
  • Git shows diff for package-lock.json even I just did npm install. Should I include/exclude package-lock.json in PR?

Thanks!

from event_member_management.

TheBeege avatar TheBeege commented on August 14, 2024

Hey @kzkaneoka .

  • Please create the PR for master.
  • Huh, strange. It may have been a mistake on my part. Please include it. If there is an issue, I'll fix it.

Thanks!

from event_member_management.

kzkaneoka avatar kzkaneoka commented on August 14, 2024

Hi @TheBeege,

I created the above PR. Please review it when you have time.

Npm docs tells why npm install overwrites package-lock.json and also says:

It is highly recommended you commit the generated package lock to source control

However, I didn't include package-lock.json in this PR because git diff showed thousands of line deletions in package-lock.json. Instead, I used npm ci to install the modules where no diff happened in package-lock.json.

Thanks!

from event_member_management.

TheBeege avatar TheBeege commented on August 14, 2024

Excellently done! Thank you @kzkaneoka !

I'll need to rework some things due to a major change I made, but I think it will be easier. I'll message you once I get my changes merged.

from event_member_management.

Related Issues (20)

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.