Niharika Kohli

Page 3


21 July ‘14

I have been stuck at an issue for a couple of days. I generate Edit and Delete links in django-tables2 table dynamically, but they don’t seem to work. I tried a lot of different things but nothing helps.
I raised the question on Stackoverflow here. Hopefully I’ll resolve this soon.

View →


19 July ‘14

  • Created custom Edit and Delete buttons next to the bug.
  • Styled the table better. https://www.dropbox.com/s/1k4s90zx2rl3wwl/Screenshot%202014-07-19%2022.38.51.png - Screenshot

View →


18 July ‘14

I tried to apply custom CSS to the table generated by django_tables2 today but was unsuccessful. I am considering generating the table myself now instead of using django_tables2. Also, it will be easier to create drop-downs for Bug Status and Priority settings.

Things left to do:

  • Save bug status and priority from Admin
  • Create a Delete bug button
  • Connect to streaming system (fetch frame rate etc from video stream)
  • Perform testing

View →


17 July ‘14

  • Learnt to use South for migrations to database
  • Added Bug status and Bug priority to reported bugs

(Unexpected power cut- couldn’t post snippet earlier.)

View →


6 July ‘14

I merged some commits Skay made a few days ago and made some changes:

  • Added a .gitignore and a README.
  • Removed my work libraries from the online repo.
  • Denested the directory structure
  • Cleaned up the requirements

View →


Open Source Bridge Conference!

Hello! Apologies for not posting for over a week. I was attending the Open Source Bridge Conference in Portland. It is an amazing place to be. I met lots of people from Mozilla, RedHat, Wikimedia Foundation. Got to see the cool new projects people are working on, and upcoming fields in Data Science etc. There were special sessions dedicated to bringing more women into technology. I attended several talks and gave one of my own too. My talk was about the language selector I developed as part of my OPW internship with Wikimedia earlier this year.

Now that the conference is over, I will resume work on the Admin backend of the bug reporter. I am in the US for another two weeks, so I am technically not allowed to do GSoC work. Thus, I will be focusing on research about better ways to implement taking the screenshot and fetching the video stats, and adding new features to the admin display.

...

Continue reading →


17 June ‘14

Created a preliminary admin-backend.

  • Admin login
  • Database view

I am using django-tables2 for displaying the data to admin.

View →


16 June ‘14

Read about Managers and QuerySets in Django for fetching data on admin end.

View →


15 June ‘14

Investigated further about the authentication system in django. Made a dummy form for user login.

View →


14 June ‘14 (Previous post was wrongly dated, it should be 13)

  • Looked up the Admin functionality already provided by Django and if it could possibly be modified for our purpose. Turns out it would be better to make an Admin end from scratch.
  • Read about django-braces and gitignore.

View →