Record visitors- work on issues–part 7
Now it is time to solve some issues There were 12 issues written by me – you can see here:
https://github.com/ignatandrei/RecordVisitors/issues?q=is%3Aissue+is%3Aclosed
Between the most important:
- Improve readme.md with more links and explanations for potential programmer and contributors
- Write version in static constructor – to know about the version, if some issue occurs
- Added custom link lastvisitors/minutes/{time:int} to see the latest visitors in a time frame
- Add read the docs site https://record-visitors.readthedocs.io/en/latest/
- Modification on the interfaces – replacing FUNC property with a real Func
There seems little – but it takes a while.
The links for the project are now
- Project homepage: https://github.com/ignatandrei/RecordVisitors
- Repository: https://github.com/ignatandrei/RecordVisitors/
- Issue tracker: https://github.com/ignatandrei/RecordVisitors/issues
- Documentation: Project homepage: https://record-visitors.readthedocs.io/en/latest/ (or simple https://ignatandrei.github.io/RecordVisitors/)
- Blog: http://msprogrammer.serviciipeweb.ro/category/recordvisitors/
Leave a Reply