composer / packagist

Package Repository Website - try https://packagist.com if you need your own -
https://packagist.org/
MIT License
1.75k stars 476 forks source link

User profile #15

Closed Seldaek closed 12 years ago

Seldaek commented 13 years ago

Profile page listing packages a user maintains, or authored.

xaav commented 13 years ago

Should this go in a separate controller? WebController is becoming rather large.

Seldaek commented 13 years ago

Sure, we should refactor things as it outgrows the initial setup.

Seldaek commented 13 years ago

Maintained packages are now listed, but authoring info is still missing.

xaav commented 13 years ago

Okay, I'm going to refractor this to include other information.

xaav commented 13 years ago

@Seldaek

Maintained packages are now listed, but authoring info is still missing.

There is not authoring info to display except the username and email, and the user might not want the email displayed. That means the "authoring info" you are referring to doesn't exist.

Seldaek commented 13 years ago

Yes well, it does exist, but you probably didn't realize it because it's discreet so far :) It works kind of like ohloh does, except not with commits but the author information that's written inside composer.json. It scans that and enters it in the author table. Then the idea is that people can "claim" an author entity, or that it would match automatically on same e-mail addresses if it finds one. Anyway it's really no big deal right now, so I'll move this to the backlog.

xaav commented 13 years ago

Okay, thanks for clarifying.