enhancing tinderd to use it via http

Oliver Lehmann lehmann at ans-netz.de
Wed Jul 6 15:20:51 EDT 2005


Oliver Lehmann wrote:

> - create a www_permissions table with the following columns:

> 	(Www_)User_Id
> 	Www_Permission_Object	(right now only
> 					 ENUM('builds','hosts'))
> 	Www_Permission_Bits	(all the permissions)


lets change that to

 	(Www_)User_Id
 	Www_Permission_Object_Type	(right now only
 					 ENUM('builds','hosts'))
	Www_Permission_Object_Id
 	Www_Permission			(a specific permission)

for each permission the user might have, there will be one row instead of
binary combine the permissions together and store them all in one dataset.
(thanks to Pav for that idea;)

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/


More information about the tinderbox-list mailing list