Giter VIP home page Giter VIP logo

Comments (26)

annabauza avatar annabauza commented on June 7, 2024 1

@gaurivn can you list all our active projects as check list?

from anitab-org.github.io.

annabauza avatar annabauza commented on June 7, 2024 1

Missing Bridge in Tech, Open Source Programs, Stem Diverse TV

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

Sure, will do

from anitab-org.github.io.

vardhinipawar avatar vardhinipawar commented on June 7, 2024

Can I work on this?

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

Sure @vardhinipawar :)

from anitab-org.github.io.

vardhinipawar avatar vardhinipawar commented on June 7, 2024

@gaurivn so I just have to find the definition of required terms?

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

Yes @vardhinipawar , for some projects, "Description" under respective github repos would do, for the others, please check out their "README" and frame them.

from anitab-org.github.io.

vardhinipawar avatar vardhinipawar commented on June 7, 2024

@gaurivn

• mentorship-android:
• mentorship-backend:
• mentorship-ios:
• portal: A World Wide Web site that is or proposes to be a major starting site for users when they get connected to the Web or that users tend to visit as an anchor site.
• vms: Virtual Memory System used to operate digital equipment.
• anitab-org.github.io: Open Source
• bridge-in-tech: A type of computer network device that provides interconnection with other bridge networks that use the same protocol.
• open-source-programs: A type of computer software in which source code is released under a license in which the copyright holder grants users the right to study, change, and distribute the software to anyone and for any purpose.
• stem-diverse-android-tv:

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

VMS
AnitaB.org has many volunteers that offer their skills, time, and commitment to our vision and projects. The Volunteer Management System (VMS) will be useful for volunteer coordinators, volunteer sign-up, tracking hours, and reporting. This project uses the Django web framework and Python.

Like this one, it would be better to include a line that tells languages and/or frameworks used.
@annabauza please tell where the descriptions should be added.

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@vardhinipawar , please refer this comment for the location to add the descriptions for the Projects page.

from anitab-org.github.io.

vardhinipawar avatar vardhinipawar commented on June 7, 2024

@gaurivn I am not quite sure? Also, can you please tell me the purpose of the project? Along with with tools are used for this project?

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@vardhinipawar , sorry for the delay, please ignore previous comment. I guess this issue can only be taken up by @anitab-org/content-team (as mentioned here) , however you can help by suggesting descriptions for projects but no need to place them anywhere or send a pull request (for now). These projects are hosted here. Please go through their README and Description, you'll find the purpose and tools, frameworks etc there.

from anitab-org.github.io.

annabauza avatar annabauza commented on June 7, 2024

@vardhinipawar there should be file created under src/content/projects_content.json and this should contains structure at follows:

{
  "sections": [
    {
      "title": "Projects",
      "cards": [
        {
          "title": "project name",
          "description": "description bla bla bla",
          "labels": [
            "javascript",
            "mvvm"
          ],
          "badges": [
            {
              "title": "zulip",
              "link": "link to zulip"
            },
            {
              "title": "github",
              "link": "link to github"
            }
          ]
        },
        
        {
          "title": "project name",
          "description": "description bla bla bla",
          "labels": [
            "javascript",
            "mvvm"
          ],
          "badges": [
            {
              "title": "zulip",
              "link": "link to zulip"
            },
            {
              "title": "github",
              "link": "link to github"
            }
          ]
        }
      ]
    }
  ]
}

from anitab-org.github.io.

mitchell-frost avatar mitchell-frost commented on June 7, 2024

Is this issue open or closed? I would like to work on this.

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@vardhinipawar , how is the progress... please give us an update.

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@annabauza , I would like to work on this issue.

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@gaurivn Hey would you like to work on it still? I am assigning you. Thank you <3

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

Yes, thank you @sakshi1499

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

I am currently working on it, will send a PR soon.

from anitab-org.github.io.

annabauza avatar annabauza commented on June 7, 2024

@sakshi1499 you assigned @gaurivn while @vardhinipawar was next in the queue according to messages.. Let's make sure we keep the queue properly.

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@annabauza I thought of the 4 day no update rule. @vardhinipawar hadn't responded in 4 days, exactly why I went ahead and assigned @gaurivn

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

I guess @mitchell-frost could have been made the next assignee. That's my fault, sorry :(

from anitab-org.github.io.

annabauza avatar annabauza commented on June 7, 2024

I ment @mitchell-frost 😬

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@annabauza Haha, got it!! I am sorry will take extra care next time.

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@sakshi1499 you assigned @gaurivn while @vardhinipawar was next in the queue according to messages.. Let's make sure we keep the queue properly.

@annabauza, @sakshi1499 , I'm sorry I didn't notice the same before commenting here due to inactivity. I suggest @mitchell-frost be assigned this issue.

from anitab-org.github.io.

gaurivn avatar gaurivn commented on June 7, 2024

@mitchell-frost , would you like to work on this issue?

from anitab-org.github.io.

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.