[SoC] Week #1 Report

吴航 wuhang212 at 126.com
Sun Jun 2 07:57:23 PDT 2019


### Week 1 (May 27th - June 2nd) 
- What did I complete this week?
  - Created a development branch named pgr_toposort to implement the pgr_topologicalSort function.
  - Added C, C++ and SQL files to define the function signature. These files allow calling the function pgr_topologicalSort() but return an empty result without processing the input data for now.
  - Made a pull request. ([#5](https://github.com/pgRouting/GSoC-pgRouting/pull/5))
  - Learned to make a pull request signed.
- What am I going to achieve for next week?
  - Implement the algorithm of the function pgr_topologicalSort. In the function's current state, It accepts the input data but does not process the data and will return an empty output. 
  - Create a basic skeleton for documentation and tests for pgr_topologicalSort.
- Is there any blocking issue?
  - No.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/soc/attachments/20190602/c0f54a34/attachment.html>


More information about the SoC mailing list