Editing User:Mandeeps708/GSoC16/logs

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
  
 
Project: [[User:Mandeeps708/gsoc_proposal|The FreeCAD Plugin Installer]]
 
Project: [[User:Mandeeps708/gsoc_proposal|The FreeCAD Plugin Installer]]
 
Commits: [http://brlcad.org/wiki/User:Mandeeps708/GSoC16/logs#Coding_Period mandeeps708/PluginManager] @GitHub
 
 
------------------------------------------------------------------------
 
------------------------------------------------------------------------
  
Line 141: Line 139:
 
Also worked on the feature to retrieve the contents from the Web only once. If the info. has been fetched already, then no need to fetch it again. The method getInfo() fetches everytime we call it (even with the same plugin, twice). Added code to store the fetched info. in a dictionary and it's fetched when calling with the same plugin.  
 
Also worked on the feature to retrieve the contents from the Web only once. If the info. has been fetched already, then no need to fetch it again. The method getInfo() fetches everytime we call it (even with the same plugin, twice). Added code to store the fetched info. in a dictionary and it's fetched when calling with the same plugin.  
  
'''6 August - 7 August''' : Added isInstalled() to the library interface. Now the FreeCAD wiki pages have a new element "Version" defaults to 1.0. It'll be helpful while checking for updates. Also added version to the macro name while storing. Some code cleanup. Added uninstall() method for macro plugins and also added the library interface for that. Further added the same for the GitHub Workbenches. Also, read about the lambda functions in Python.
+
'''6 August - 7 August''' : Added isInstalled() to the library interface. Now the FreeCAD wiki pages have a new element "Version" defaults to 1.0. It'll be helpful while checking for updates. Also added version to the macro name while storing. Some code cleanup. Added uninstall() method for macro plugins and also added the library interface for that. Further added the same for the GitHub Workbenches.
 
 
'''8 August''' : Associate macro-version with the Plugin instance.
 
 
 
'''9 August - 10 August''' : Get the current version of the macro (installed). Removed the dictionary used to store the fetched info about plugins.
 
 
 
'''11 August''' : Better way to make PluginManager fetch the plugin info only once.
 
 
 
'''12 August''' : Implemented the isUpToDate() method for Macro Plugins.
 
 
 
'''13 August - 14 August''' : Implemented isUpToDate() method for GitHub Plugins too. Implemented update() plugins method for both the fetch classes.
 
 
 
'''15 August - 16 August''' : Adds return statements to methods and update the README for contributors.
 
 
 
'''17 August - 20 August''' : Macro version handling in update() method working fine now. Used package "glob".
 
 
 
'''21 August - 23 August''' : Adds example usage, adds some more documentation, README. Submitted the Final Evaluation.
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)