ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)
https://www.csdojo.io/edit
MIT License
332 stars 98 forks source link

How about accounts? #19

Closed HallBregg closed 5 years ago

HallBregg commented 5 years ago

Maby we should start thinking about creating views and models for users accounts?

ykdojo commented 5 years ago

Yes, I think we should. I was thinking of doing it when I do the log in with Twitter function

On Friday, October 26, 2018, HallBregg notifications@github.com wrote:

Maby we should start thinking about creating views and models for users accounts?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ykdojo/editdojo/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/ABukw6Xne51rgyezhSoHrfdWqzeprgqAks5uo2uKgaJpZM4X85Lz .

HallBregg commented 5 years ago

Maby I could do some mock-up of it?

ykdojo commented 5 years ago

Sure! That’ll be great!

On Saturday, October 27, 2018, HallBregg notifications@github.com wrote:

Maby I could do some mock-up of it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ykdojo/editdojo/issues/19#issuecomment-433604919, or mute the thread https://github.com/notifications/unsubscribe-auth/ABukw4PP36Wt5N6QnqT_j_QBjlkKThkwks5upCUZgaJpZM4X85Lz .

malek2610 commented 5 years ago

@HallBregg What do you use to make mock-ups please?

HallBregg commented 5 years ago

@malek2610 Mock-up I meant just basic login and registration views, and models (maby html templates). I may start doing it and @ykdojo could decide how exactly he would like it to be. Of course we should decide what informations about user are obligatory.

malek2610 commented 5 years ago

@HallBregg I was just asking about the software you're going to use. Actually, I know about Balsamiq ; it's a commercial software. But I am not sure if it exists an equivalent or other softwares which are used.

HallBregg commented 5 years ago

Yeah, I understood. Maby I should use word "mock up" . All I meant was to make fully working login, and registration (accounts) views and models in Django. I am more backend developer. Dont know much about style and how should it look visually.

malek2610 commented 5 years ago

@HallBregg Oh I see, thanks for your reply.

codepiri commented 5 years ago

@HallBregg

http://pencil.evolus.vn Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in popular desktop platforms.

malek2610 commented 5 years ago

@HallBregg thanks so much. I'm wondering if it exists an online similar tool (open-source free will be great !)

alpharomeo7 commented 5 years ago

Should there be a username or is email find? There are pros and cons of Usernames so it is important to think about.

If you decide not to use Username, you would have to use Cumstom User model for Django users.

ykdojo commented 5 years ago

Okay I'll think about this when I work on #11.

Closing this issue for now.