-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Show user-relevant update entries #204
Comments
This comment was marked as outdated.
This comment was marked as outdated.
select date, root, description from clinchedRoutes as clin right join updates on clin.route = root where traveler = 'yakra'; |
If I get the last post right, the info is already in the db? There should be two lists like in the log file:
I'd still love to see all
|
Yes and no. The DB does not contain any info about when a .list has been updated.
Problem is, there are also
There's another step we need before getting this far -- the With a little SQL/PHP-fu, we might be able to detect regions in countries with >1 regions, and keep roughly the same appearance on the updates page. |
Can we feed the DB from what we enter in the .log file? I mean, it is all user-dependent stuff, not route-dependent...
I made a proposal but it was called overkill |
Yes. In siteupdate, each |
Is there enough value added in trying to get user-specific filtering on the updates page now that log files have notes added about relevant updates? |
Still useful IMO. Log files only have the most recent update for each route for the sake of brevity. A Web-based utility would be a good way to get a more complete list. |
Yes! |
Oops. Forgot about this when #502 closed yakra#202. This could also be implemented as a
|
http://tm.teresco.org/devel/updates.php
It should be possible to reduce the "Updates to Highway Data in Active Systems" table to show only entries which are traveled by the selected user.
http://tm.teresco.org/forum/index.php?topic=1889.msg7034#msg7034
It should be possible, to filter the reduced table as described in #203
The text was updated successfully, but these errors were encountered: