Giter Club home page Giter Club logo

Comments (7)

fsarradin avatar fsarradin commented on June 25, 2024
  • created => since or bagger_since
  • tags in session => ok
  • cities + range => ok
  • duplication between contact and email => you'll have to wait for second answer as I'm on a phone ^^

from bblfr_data.

dadoonet avatar dadoonet commented on June 25, 2024

@fsarradin Thanks for the first comments so far. I agree about since.

About duplication, I know that for historical reason, we had both but as far as I can see now we are not publishing anymore the mail but using contact in our contact form.

from bblfr_data.

fsarradin avatar fsarradin commented on June 25, 2024

@dadoonet there some people that prefers to be contacted by twitter instead of mail. As an example, take a look at "mathieubolla" who has no mail.

There's also some people who doesn't have the same value between contact and mail because contact is displayed. This isn't the case for mail, which is used to send mail to baggers.

from bblfr_data.

dadoonet avatar dadoonet commented on June 25, 2024

@fsarradin I just looked at http://www.brownbaglunch.fr/baggers.html and I was not able to see any contact displayed. Are you sure that we are still using it? That was my initial concern.

I think we should:

  • keep only mail
  • if mail is empty, instead of displaying the contact form, open twitter and create a new tweet like Hi @[TWITTER_VALUE]! I'd like to invite you for a @bbl_fr talk. or something along those lines.

Thoughts?

from bblfr_data.

fsarradin avatar fsarradin commented on June 25, 2024

@dadoonet you've got the point about the usage of contact. Your solution is one possibility. On the other hand, I propose to remove mail and use contact with this URN pattern:

Thoughts (your turn ;) )?

from bblfr_data.

dadoonet avatar dadoonet commented on June 25, 2024

I don't like having to parse the string TBH.

We could split the contact as:

"contact": {
   "type": "mail",
   "url": "[email protected]"
}
"contact": {
   "type": "twitter",
   "url": "twitteraccount"
}

With type by default equal to mail so people can write:

"contact": {
   "url": "[email protected]"
}

But it makes the structure more complicated...

Unsure... Your turn? :D

May be others could comment ??? @linsolas WDYT?

from bblfr_data.

dadoonet avatar dadoonet commented on June 25, 2024

Closing as changed have been merged now...

from bblfr_data.

Related Issues (14)

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.