Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389663 - Please make answer urls be in user scope rather in global one
Summary: Please make answer urls be in user scope rather in global one
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: RecruitingWebapp (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Joachim Bartosik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-05 18:59 UTC by Markos Chandras (RETIRED)
Modified: 2012-12-23 19:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markos Chandras (RETIRED) gentoo-dev 2011-11-05 18:59:02 UTC
E.g
https://recruiting.gentoo.org/answers/249

It would be much more helpful if instead of /answer/249 have something like this

https://recruiting.gentoo.org/<username or userid>/answer/8


As a side note, please make the bold text describing the answer number visible to users. I was told that the big bold text containing the answer number is not visible to recruits but only to recruiters.

Thanks
Comment 1 Tri Nguyen 2012-04-12 05:13:21 UTC
Hi,

I fixed the bugs by changing routing. The commit is here: 
https://github.com/nvutri/Gentoo-Recruiters-App/commit/4635e5f43f1d90f1d85d2744f8e5ebd66f9dcfd5

Now answers are under user scope, and the displayed id are based on the answered questions of the user. For example,
/answer/14/ will be redirected to
/users/3-Advanced-Recruit/answer/5

Number 5 means the answer is the 5th answer of Advanced Recruit. I hope this is what the urls should be like. 

In addition, the big bold text should always display as I made some other changes.

Cheers,
Tri Nguyen.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2012-12-23 19:11:56 UTC
the webapp is gone