Tateology / kaeru

Everything kaeru
0 stars 8 forks source link

Integrated pages and code support #40

Closed bozhou94 closed 9 years ago

bozhou94 commented 9 years ago
fabianmuehlboeck commented 9 years ago

I can't seem to create pages (something about create date being empty). Public projects that have collaborators are displayed twice to collaborators. It seemed that I was added to a private project of mine as a collaborator. Is that intentional? I could remove myself from the project, but that seemed to have no effect.

bozhou94 commented 9 years ago

I had to make a couple of changes to the models, so could it be a problem of making the new migrations to match up?

Regarding the collaborators, right now it's set up so that the creator is automatically a collaborator and as such, is added to the list of collaborators. I could get rid of the second part, since I guess it doesn't make sense to ever remove the project creator as a collaborator.

fabianmuehlboeck commented 9 years ago

I had to delete the database and create it anew, but then it worked. As for the collaborator stuff, yes, it would be cool if that would be more fool-proof. It would also be cool if the collaborators had access to the respective projects on their own project page.